I have a MapActivity as one of four tabs in a TabActivity.This MapActivity can launch a PopupWindow that is a legend.The PopupWindow remains on the screen, on top of the map, until the \"Show Legend\"
I just can\'t get this: how in the world can I \"shut down\" imagePickerController on xcode? This is the code that opens the camera, and it works perfectly..
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@\"tittle\" message:@\"\" delegate:self cancelButtonTitle:@\"\"
I need help with my code on Cocoa Touch (for iOS/iPhone). I want a function when dismiss SecondViewController finish, because I need to pass one string to from second view controller to first view con
I have a view and a button. When the button is pushed, I present a modal view controller that has a uiwebview, and a navigation bar at the top. The hardcoded uiwebview shows a login prompt. Once the u
I have a problem with the MPMoviePlayerViewController: If the controller can\'t find the movie at the specified URL it displays a white screen and I can\'t make it go close.
A UIAlertView is displayed if an error occurs. But in the meantime the view on which the UIAlertView were called has been dismissed (and therefore released). If the user clicks on OK the app crashes b
The premise is remarkably simple: I want to display a modal view in an iPad app that uses a UISplitViewController.
In the app I am working on, I have action sheets and alert views which I would like dismissed when app enters the inactive/ background state.
I have a table view, which populates data from the web.To add information to this list I have a configuration screen presented modally.When data is added successfully the configuration screen is dismi