True modal dialog

Is any way exist to make true modal dialog on Iphone? I Tried something like this:

UIAlertView* view = [[UIAlertView alloc] initWithTitle: @"Alert" message: @"Text" ....];
[view show];
[view release];
//my code


When "[view show];" is called and Alert is appeared next line in my code is executed. It isn't what I want... I need show dialog and return to next code execution only when dialog will be closed.

MacBook Pro, Mac OS X (10.5.7)

Posted on May 29, 2009 1:03 PM

Reply
20 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

True modal dialog

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.