iOS is the mobile operating system running on the Apple iPhone, iPod touch, and iPad. Use this tag [ios] for questions related to programming on the iOS platform. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.
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