This tag should be used only on questions that are about Objective-C features or depend on code in the language.
I am unable to change the text colour in the status bar in iOS 7 SDK. Currently its black and i …
ios objective-c storyboard ios7 uistoryboardI am trying to set up a view's layer properties via IB. Everything works except for color of the border (…
ios objective-c swift cocoa-touch uiviewI am using AFNetworking library to post data on server using POST method. Following is my code - (void) callLoginAPI:(…
ios objective-c json afnetworkingI use the NSUserDefaults dictionary to store basic information such as high scores etc so that when the user closes …
ios objective-c swift cocoa-touch nsuserdefaultsI am just getting into Obj C, and I am looking to create an array of MKAnnotations. I have already …
ios objective-c nsmutablearray mkannotationI'm trying to zoom into the user location as the center reference for the screen. I have this code: MainViewController.…
ios objective-c animation gps mkmapviewI have an NSURL that looks like this: file://localhost/Users/myuser/myfile.txt Is there a standard function to …
objective-c xcode macosI can add a border to a CALayer in this way: [webView.layer setBorderColor: [[UIColor colorWithRed:0.6 green:0.7 blue:0.2 alpha:1] CGColor]]; […
iphone objective-c core-animation calayerIn the iPhone music app, selecting Artist, Songs, or Albums presents a tableView with a verticl list of single letters …
ios iphone objective-c uitableviewI'm in the processes of internationalizing an iPhone app - I need to make programmatic changes to certain views based …
iphone objective-c cocoa internationalization