Hi I want to load a square image (the page curl) as seen in the lower right corner programmatically when the view controller loads.
How to do this?
Hi I want to load a square image (the page curl) as seen in the lower right corner programmatically when the view controller loads.
How to do this?
Just add a UIImageView
as a subview and set the appropriate frame.