first time asker, long-time lurker. I am trying to create an iPhone view that has a date/time picker on the bottom half of the screen, and a grouped, single-section, four-row table view on the top ha
Newbie question: is there an easy way to convert a view-based app to a navigation-based app? I have an existing app sample that was created as a view-based app, and need to be able to create additiona
I\'m trying to detect a shake on the iPhone device, so for what i\'ve read I need to set my view controller as first responder on the viewDidAppear method. This method is supposed to be called automat
I have two ViewControllers: The RedButtonViewController and the TweetViewController. The RedButtonViewController generates random numbers in Textlabels and I want to use the number or the label with t
I\'m developing a puzzle game application - watch on youtube - for iPhone, and the actual \"in-game\" part is almost done. It is a separate Class (subclass of UIView) what initializes with a puzzle cl
We are implementing one web basedapplication in iPhone. if i answered theincomi开发者_开发百科ng phone call my application is relaunching once again instead of resume the application to the state wher
I have a viewcontroller, and I would like to display a modal view controller with : presentModalViewController when a user finished picking an image.