Can anyone give me the example code that I can use to first present a modal view controller, then dismiss …
ios objective-c uiviewcontroller modal-viewI want to dismiss a FormSheetPresentation modal view controller when the user taps outside the modal view...I have seen …
iphone ipad modal-viewIf I'm not mistaken, modal views have to be dismissed from the parent view, not from the modal view itself. …
iphone ios dismiss modal-view