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
I\'m getting th开发者_StackOverflow社区e error mentioned in the title. Here\'s my interface: #import <UIKit/UIKit.h>
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\"/>
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
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++.
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!
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..
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a rootViewController like so: Header: @interface ParkingRootViewController : UIViewController { UINavigationController *navigationController;