This tag should be used only on questions that are about Objective-C features or depend on code in the language.
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 foundationkitSo 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-linksI created first my TestViewController.h and *.m. Afterwards my TestView.xib. Now I need to tell my xib: "Yes, …
objective-c xcode viewcontrollerI have an iPhone database app that loads a UIPickerView with data from a table. I want to set the …
objective-c iphone cocoa-touch uipickerviewI have a few text inputs and I can hide the keyboard whenever I touch the background, but only when …
ios objective-c keyboard iphone-softkeyboardI 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 nsdateformatterPossible 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 deviceI want to remove the default blue color of uitableview cell selection. I don't want any selection color there. I …
ios objective-c uitableviewI 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 uitableviewI 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