I tried to upload my App to iTunes Connect resp. AppStore and got the following error: Failed to locate or
I want to check if the iOS version of the device is greater than 3.1.3 I tried things like: [[UIDevice curren
When attempting to run a build on a connected iOS device in Xcode I get the error: Could not find Develope
I'm updating an old app with an AdBannerView and when there is no ad, it slides off screen. When there is
I'm developing a Cocoa application, and I'm using constant NSStrings as ways to store key names for
I began an iPhone project the other day with a silly development code name, and now I want to change the name
When you tap a row in a UITableView, the row is highlighted and selected. Is it possible to disable this so ta
How can I check if a string (NSString) contains another smaller string? I was hoping for something like: NSS
I'm trying to link a UILabel with an IBOutlet created in my class. My application is crashing with the f
I'm getting the following warning by the ARC compiler: "performSelector may cause a leak because its sel
What I want to do seems pretty simple, but I can't find any answers on the web. I have an NSMutableArray
I would like to check to see if I have an Internet connection on iOS using the Cocoa Touch libraries or on mac
What setting do I need to put in my info.plist to enable HTTP mode as per the following error message? Tra
How do you use Auto Layout within UITableViewCells in a table view to let each cell's content and subview
With the iOS SDK: I have a UIView with UITextFields that bring up a keyboard. I need it to be able to: Allow s
What do atomic and nonatomic mean in property declarations? @property(nonatomic, retain) UITextField *userNam
I have a UILabel with space for two lines of text. Sometimes, when the text is too short, this text is display
I want to debug my PhoneGap app in Xcode, but its Console can not show javascript errors.