viewcontroller
Using the value of a variable of a viewcontoller from another viewcontroller
I want to use the value that I received after tapping a UITableCellView. I stored the value into arrays, and defined the instance of the ViewController of UITableCellView in order to reach those array[详细]
2023-04-12 21:21 分类:问答XCODE : Using TabBar to view two same ViewControllers that show different filters on the datasource
I have a problem with my App for iPhone. Enviroment: I have a TableView, that operates above an MutableArray datasource. An example would be Lap Times for Go cart pilots.[详细]
2023-04-11 15:08 分类:问答Too many navigation controllers?
I think I\'m doing something ridiculously wrong with my project. I\'m making a projectthat basically is a set of view controllers with videos on some of them, images on the others. I created a mockup,[详细]
2023-04-09 14:13 分类:问答What needs to be released in the AppDelegate?
I have a project that I created by using Xcode\'s Single View Application template. Obviously, it comes with a view controller and an app delegate file. Everything works fine. I just wanted to use Xco[详细]
2023-04-08 01:01 分类:问答Best way to sort viewcontrollers/xibs?
On the left side in Xcode, how should I organize many different view controllers? Put each view controller\'s .h and .m and .xib in one folder? Put all the .h\'s in one folder, .m\'s in another, and .[详细]
2023-04-06 21:32 分类:问答iPhone duplicate/copy a viewcontroller entirely
I have a view controller with user content like text/images/location data and i would like to duplicate the viewController and present it modally (presentModalViewController) when the user taps the ed[详细]
2023-04-06 05:28 分类:问答Combining TabBar and Navigation Controllers Question
In my appDelagate I have a UIViewController called \"FrontPage\" which is basically a log in screen. Once the login has authenticated it removes itself from the superview and creates a tabbarcontrolle[详细]
2023-04-05 11:18 分类:问答UIScrollView prevents touchesBegan, touchesMoved, touchesEnded on view controller
I am handling touches for a couple of my UI components in my view controller (custom subclass of UIViewController). It has methods touchesBegan:withEvent:, touchesMoved:withEvent:, and touchesEnded:wi[详细]
2023-04-05 01:12 分类:问答Pushing View Controller more than once is not supported?
I am getting the following error whenever I try to switch views like this: -(void)changeView1ToView4 {[详细]
2023-04-04 07:12 分类:问答View hierarchy in iPhone question
I\'m not going to say this is good design by any means.I\'m kind of inheriting something that is existing.Anyway, there is a TabController.One this one tab, there are two views that get loaded on dema[详细]
2023-04-03 19:49 分类:问答