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.

Parse NSURL query property

I have a URL like myApp://action/1?parameter=2&secondparameter=3 With the property query I get following part of my …

iphone objective-c nsurl
"f" after number

What does the f after the numbers indicate? Is this from C or Objective-C? Is there any difference in not …

objective-c floating-point
How to intercept click on link in UITextView?

Is it possible to perform custom action when user touch autodetected phone link in UITextView. Please do not advice to …

iphone objective-c uitextview datadetectortypes
duplicate symbols for architecture i386 clang

I've seen several posts on google and stackoverflow related to this error, I've read all of them but still fetching …

objective-c ios5 admob
why UITableViewAutomaticDimension not working?

Hi there is plenty of question answering the dynamic height for UITableViewCell of UITableView. However I find it weird when …

ios objective-c swift uitableview row-height
UITableView: hide header from empty section

i have a UITableView, that displays expenses from a current month (see screenshot): My problem is with the header for …

objective-c ios uitableview tableview
How can I fix this error: "ARC forbids explicit message send of 'release' in Xcode"

I'm trying to make a simple animation image in iPhone from an image array: - (void)viewDidLoad { NSArray *imageArray; imageArray = [[…

iphone objective-c animation automatic-ref-counting
Objective-C setting NSDate to current UTC

Is there an easy way to init an NSDate with the current UTC date/time?

iphone objective-c ios nsdate utc
iOS translation and scale animation

I'm working on UIButton animation where: The UIButton is set in the bottom center of the screen and scaled to …

iphone ios objective-c cgaffinetransform uianimation