This tag should be used only on questions that are about Objective-C features or depend on code in the language.
How can I set the border of a UIImage?
iphone ios objective-c uiimageview uiimageI'm new to Objective C. I have basic knowledge in C, including the concept of pointers. I have two basic …
ios objective-c macos memory-management attributesI got this message while selecting build for internal testing.it says about setting ITSAppUsesNonExemptEncryption in info.plist what does …
ios objective-c app-store-connectI want to ask about the fundamental data types in Objective-C on iOS. I need the size on which the …
ios objective-cI am using RGB values of a color from Photoshop and using the same in Xcode the values are.Color-R-160,…
ios objective-c uicolorI want to compare the value of an NSString to the string "Wrong". Here is my code: NSString *wrongTxt = [[NSString …
objective-c cocoa-touch variablesI am using a instance of UIWebView to process some text and color it correctly, it gives the result as …
iphone objective-c cocoa-touch core-text nsattributedstringI am creating a simple RSS application and I am not that good in Objective-c. The application will always build …
iphone objective-c xcode sigabrtI have two dates: 2009-05-11 and the current date. I want to check whether the given date is the …
objective-c cocoa date date-comparisonHow do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?
objective-c xcode xcode4 nszombie