This tag should be used only on questions that are about Objective-C features or depend on code in the language.
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 nsurlWhat does the f after the numbers indicate? Is this from C or Objective-C? Is there any difference in not …
objective-c floating-pointIs it possible to perform custom action when user touch autodetected phone link in UITextView. Please do not advice to …
iphone objective-c uitextview datadetectortypesIn iOS App, how to add Email validation on UITextField?
ios objective-c cocoa-touch uitextfield email-validationI've seen several posts on google and stackoverflow related to this error, I've read all of them but still fetching …
objective-c ios5 admobHi 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-heighti have a UITableView, that displays expenses from a current month (see screenshot): My problem is with the header for …
objective-c ios uitableview tableviewI'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-countingIs there an easy way to init an NSDate with the current UTC date/time?
iphone objective-c ios nsdate utcI'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