views:

14

answers:

0

I want to display a modal dialog i.e. user should not be able to touch anything under it, unless he dismisses the dialog first. [self setExclusiveTouch:YES] doesn't seem to help, user can still click the buttons below the dialog.

any ideas?