This tag should be used only on questions that are about Objective-C features or depend on code in the language.
I'm working through the tutorial here (learning Swift) for my first app: http://www.appcoda.com/search-bar-tutorial-ios7/ I'm stuck on …
ios objective-c swift ios7 predicateI'm having trouble converting a string into an integer. I googled it but all I can find is how to …
ios objective-c xcode ios4If I put only an image in a button and set the imageEdgeInsets more close to the top, the image …
ios objective-c uibuttonWhen should I be using NSInteger vs. int when developing for iOS? I see in the Apple sample code they …
ios objective-c types nsintegerI have the following code snippet in my Xcode: NSString *digit [[sender titlelabel] text]; NSLog([digit]); I tried to build …
objective-c xcode debugging nslogI'm trying to extract a string (which contains an integer) from an array and then use it as an int …
iphone objective-c string intIn my iOS5 app, I have NSObject States class, and trying to init it: states = [states init]; here is init …
iphone ios objective-c forward-declarationIs there a built in way to create round-cornered UILabels? If the answer is no, how would one go about …
ios objective-c cocoa-touch uilabel rounded-cornersUpon cell selection, I want to handle changing the cell appearance. I figured the delegate method collectionView:didSelectItemAtIndexPath: & collectionView:…
ios objective-c uicollectionviewI am playing around with some of the new iOS 7 features and working with some of the Image Effects as …
ios objective-c import ios7