Top "Objective-c" questions

This tag should be used only on questions that are about Objective-C features or depend on code in the language.

Objective C - Assign, Copy, Retain

I'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 attributes
ITSAppUsesNonExemptEncryption export compliance while internal testing?

I got this message while selecting build for internal testing.it says about setting ITSAppUsesNonExemptEncryption in info.plist what does …

ios objective-c app-store-connect
Types in Objective-C on iOS

I want to ask about the fundamental data types in Objective-C on iOS. I need the size on which the …

ios objective-c
Making RGB color in Xcode

I am using RGB values of a color from Photoshop and using the same in Xcode the values are.Color-R-160,…

ios objective-c uicolor
Is it necessary to assign a string to a variable before comparing it to another?

I want to compare the value of an NSString to the string "Wrong". Here is my code: NSString *wrongTxt = [[NSString …

objective-c cocoa-touch variables
Convert HTML to NSAttributedString in iOS

I 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 nsattributedstring
Xcode error - Thread 1: signal SIGABRT

I am creating a simple RSS application and I am not that good in Objective-c. The application will always build …

iphone objective-c xcode sigabrt
How to compare two dates in Objective-C

I 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-comparison
How do I set up NSZombieEnabled in Xcode 4?

How do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?

objective-c xcode xcode4 nszombie