Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 7 down vote accepted

See the various values you can set for modalPresentationStyle on UiViewController.

share|improve this answer
Do you also have to set the view you are popping up to be a different kind of view? – MikeN Apr 20 '10 at 18:24
Thanks, this is very useful. +1 – allthewayapps Apr 10 '11 at 23:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.