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.

How does the NSAutoreleasePool autorelease pool work?

As I understand it, anything created with an alloc, new, or copy needs to be manually released. For example: int …

objective-c memory-management nsautoreleasepool foundationkit
iOS Universal Links are not opening in-app

So I followed this tutorial exactly and use the same values as the ones provided: https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9 …

ios objective-c xcode ios9 ios-universal-links
Xcode - How to connect XIB to ViewController Class

I created first my TestViewController.h and *.m. Afterwards my TestView.xib. Now I need to tell my xib: "Yes, …

objective-c xcode viewcontroller
Select row After UIPickerView is loaded

I have an iPhone database app that loads a UIPickerView with data from a table. I want to set the …

objective-c iphone cocoa-touch uipickerview
hiding keyboard ios

I have a few text inputs and I can hide the keyboard whenever I touch the background, but only when …

ios objective-c keyboard iphone-softkeyboard
Objective-C, How can I get the current date in UTC timezone?

I am trying: NSDate *currentDateInLocal = [NSDate date]; NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; [dateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:SS.SSS'Z'"]; NSString *currentLocalDateAsStr = […

ios objective-c nsdate nsdateformatter
Detect the specific iPhone/iPod touch model

Possible Duplicate: Determine device (iPhone, iPod Touch) with iOS I am making a game that utilizes the peer-to-peer bluetooth capabilities …

iphone objective-c ios p2p device
Remove the cell highlight color of UITableView

I want to remove the default blue color of uitableview cell selection. I don't want any selection color there. I …

ios objective-c uitableview
How to set the full width of separator in UITableView

I have a UITableView where the separators don't have the full width. It ends like 10 pixels before the left side. …

ios objective-c iphone uitableview
How can I save an image to the camera roll?

I am new to Xcode (using 4.3) and am not sure how to save an image to the device's camera roll. …

iphone ios objective-c ipad camera