Reputation: 46277
How do I show a help popup window on the iPad? I want to show a modal popup window that grays out the background similar to the email applications "Compose New Mail" app.
Upvotes: 1
Views: 2894
Reputation: 19789
See the various values you can set for modalPresentationStyle on UiViewController.
Upvotes: 7