0

enter image description here

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?

Cœur
  • 34,719
  • 24
  • 185
  • 251
SuperString
  • 19,925
  • 36
  • 90
  • 117
  • This looks almost exactly like a question you asked two hours earlier: http://stackoverflow.com/questions/6206459/ios-page-curl-to-show-view-controller – Erik B Jun 02 '11 at 09:25

1 Answers1

0

Just add a UIImageView as a subview and set the appropriate frame.

Erik B
  • 38,477
  • 23
  • 111
  • 127
  • @SuperString It's not harder than creating, adding and positioning any view. I don't see how you could develop an iOS application without this knowledge. – Erik B Jun 02 '11 at 12:43