How do I go about opening a view in the way that you see in this example?
Thanks! Dave
How do I go about opening a view in the way that you see in this example?
Thanks! Dave
Look at -[UIViewController presentModalViewController:]. This will allow you to do that exact effect.