I\'m converting and iphone project to ipad. On iphone I have a mainViewController that opens a loginViewController using addSubView.
how can i call dismiss alert function from anoth开发者_C百科er class?Set the alert delegate to class where you want to receive button callbacks..
Quick question on popovers, i seem not grasp a way of closing a popview when i select something from it (tableview)
I\'m searching a way to be able to display one modal view controller after another one, and make the second appear while the first is disapearing.
I\'m searching for a good method to display a keyboard with a done button to allow it to dismiss when the user have finished modifying a UITextView. The UITextView may accept return keys so I can\'t u
I have a simple modalview that contains a webview that pops up when a user needs to authenticate in a web based iPhone app. The user authenticates using the actual website login, and then they should
I am implementing a settings view which be loaded as a content view of a popover controller in the main view, and the problem is:
I am developing an iPhone application (iPhone with multi tasking support) in which I am displaying UIAlertView on error. When UIAlertV开发者_运维知识库iew is about to get display my app is sent to bac
I am successfully adding a done button to my number pad with this handy code below.But I have an email button that launches the MFMailComposeViewController.How would I make sure the done button does n
I need to dismiss the two modal view controllers, I know how to pop two or more view controllers UINavigationController* navController = self.navigationController;