viewcontroller
How do I create a view with a picker on the bottom and a table view on the top?
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[详细]
2022-12-25 00:40 分类:问答Convert Xcode view-based app to navigation-based app?
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[详细]
2022-12-24 08:34 分类:问答Problem with iPhone shakes: viewDidAppear isn't called when loading viewController
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[详细]
2022-12-21 18:49 分类:问答Take a random Number from one ViewController and use it in a second ViewController - Update
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[详细]
2022-12-15 04:06 分类:问答Looking for concept for managing game level views, level selection views, preferences view, storing levels, environment variables
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[详细]
2022-12-11 20:08 分类:问答How to resume view stack of iphone application
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[详细]
2022-12-11 17:37 分类:问答modal view not showing inside didfinishpickingimage
I have a viewcontroller, and I would like to display a modal view controller with : presentModalViewController when a user finished picking an image.[详细]
2022-12-08 07:52 分类:问答