Search code examples
iphonexcodeipadinterface-builder

How to open view on top of existing views in iPad?



(source: mashable.com)

How do I go about opening a view in the way that you see in this example?

Thanks! Dave


Solution

  • Look at -[UIViewController presentModalViewController:]. This will allow you to do that exact effect.