Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 318 Bytes

File metadata and controls

executable file
·
10 lines (8 loc) · 318 Bytes

Description

A very simple application that shows how to:

1. Create custom UIView background gradients.
2. Adding a corner radius to a UIView.
3. Adding a border to a UIView.
4. Using UIView's transitionFromView:toView:duration:options:completion: method.
5. Using a simple UIView animation block.