viewcontroller
Change From a UIView to a UITableView
im a begginer Objective-c programmer and i stuck at this point. I Created an App from the View Template, then edited the view xib and add a button and assigned it to the showEdicoes function, but when[详细]
2023-02-17 19:31 分类:问答Request for Member 'View' in something not a structure or union
I\'m getting th开发者_StackOverflow社区e error mentioned in the title. Here\'s my interface: #import <UIKit/UIKit.h>[详细]
2023-02-17 13:38 分类:问答Spring MVC -> dependent on URL display welcome page
I have a Spring MVC application (version 3.0.5.RELEASE) and I have this in my mvc-config.xml: <mvc:view-controller path=\"/\" view-name=\"welcome\"/>[详细]
2023-02-15 20:17 分类:问答How to "preload" view controller without actually pushing it?
Background: I\'ve got a free app that is ad-supported.The basic idea is that when the app is launched, ad content (HTML) is downloaded from the server in the background, and only if the download was s[详细]
2023-02-14 19:53 分类:问答What goes in the View and what goes in the View Controller?
I am new to programming for the iPhone and this will be my first question here. I have experience with different languages like php/java/c++.[详细]
2023-02-14 03:18 分类:问答string to another view
I\'ve followed tutorial from passing data between classes did it, and is working fine, but I really need to send some string value (a date) to another view, (is simple I know but Im a noob for this![详细]
2023-02-13 15:43 分类:问答one view in landscape giving warning
I need just one view in my app to show in landscape, all is working but Im getting a warning I would like to get rid off, this is the code in the view controller for that view..[详细]
2023-02-13 02:54 分类:问答Insert NSStrings into NSStrings
I\'m new to Objective C and have a pretty basic question. So I have 2 variables (IBOutlets that are UITextFields) in one UIViewController. After the user enters text into those UITextFields, s/he proc[详细]
2023-02-11 07:41 分类:问答How to add a ViewController to a Navigation Controller, if it contains a TableView as root? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-06 07:16 分类:问答How To Pass ManagedObjectContext To Other View Controllers in Special Case
I have a rootViewController like so: Header: @interface ParkingRootViewController : UIViewController { UINavigationController *navigationController;[详细]
2023-02-05 18:06 分类:问答