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
  • 37,241
  • 25
  • 195
  • 267
SuperString
  • 21,593
  • 37
  • 91
  • 122
  • 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
  • 40,889
  • 25
  • 119
  • 135
  • @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