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 class -> string like: [NSArray className] -> @"NSArray"

I am trying to get a string name of a class from the class object itself. // For instance [NSArray className]; // @"…

objective-c reflection metaprogramming objective-c-runtime
How can I change constraints priority in run time

I have a view which has dynamic height and I am trying to change this view height priority in run …

ios objective-c autolayout constraints
Objective-C sample code for HMAC-SHA1

I need to generate HMAC-SHA1 in Objective C. But i didnt find anything that works. I tried with CommonCrypto, using …

c objective-c sha1 hmac
"sending 'const NSString *' to parameter of type 'NSString *' discards qualifiers" warning

I have Constants NSString, that I want to call like: [newString isEqualToString:CONSTANT_STRING]; Any wrong code here? I got …

objective-c nsstring warnings constants
How to make UIView animation sequence repeat and autoreverse

How to make this complex animation repeat and autoreverse? Is there any way to add options UIViewAnimationOptionAutoreverse | UIViewAnimationOptionRepeat to this …

ios objective-c uiview uiviewanimation
Play sound on iPhone even in silent mode

I want to make an application which creates sound, music, or system sound when an iPhone is in silent mode. …

iphone objective-c ipad avaudioplayer
Unsupported URL in NSURLRequest

If I run this request from my terminal I can see the JSON requests as normally: curl -XGET 192.168.0.6:8888/scripts/data/…

ios objective-c json nsurlrequest
How can i tell if an object has a key value observer attached

if you tell an objective c object to removeObservers: for a key path and that key path has not been …

objective-c cocoa key key-value-observing
Break on EXC_BAD_ACCESS in Xcode?

I'm new to iPhone development and Xcode in general and have no idea how to begin troubleshooting an EXC_BAD_…

iphone objective-c xcode debugging exc-bad-access
Get file path and URL for file in temp directory

I'm trying to get the file path of a file called "temp.pdf" which is located in the NSTemporaryDirectory folder (…

objective-c ios cocoa nsbundle