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.

Xcode could not find a valid private certificate/valid key-pair for this profile in your keychain

Possible Duplicate: Xcode - iPhone - profile doesn’t match any valid certificate-/private-key pair in the default keychain I'm …

iphone objective-c cocoa-touch xcode provisioning
How to get UIKeyboard size with iOS

Is there some way to get UIKeyboard size programmatically. 216.0f height and 162.0f height in landscape. Following seem to be …

ios objective-c iphone soft-keyboard
Warning: "format not a string literal and no format arguments"

Since upgrading to the latest Xcode 3.2.1 and Snow Leopard, I've been getting the warning "format not a string literal and …

objective-c warnings string-formatting nslog
Change position of UIBarButtonItem in UINavigationBar

How can I change the position of a UIBarButtonItem in a UINavigationBar? I would like my button to be about 5…

iphone objective-c uinavigationbar uibarbuttonitem
Dynamic cell width of UICollectionView depending on label width

I have a UICollectionView, that loads cells from reusable cell, which contains label. An array provides content for that label. …

ios objective-c swift uicollectionview uicollectionviewcell
Long press gesture on UICollectionViewCell

I was wondering how to add a long press gesture recognizer to a (subclass of) UICollectionView. I read in the …

ios objective-c uicollectionview
UIAlertView addSubview in iOS7

Adding some controls to UIAlertView was deprecated in iOS7 using addSubview method. As I know Apple promised to add contentView …

ios objective-c uialertview ios7
How to segue back to a UIViewController that's already loaded?

I have a view on a storyboard the has a button to perform a certain action. To perform this action …

objective-c ios storyboard segue
How to write regular expressions in Objective C (NSRegularExpression)?

I have this regex working when I test it in PHP but it doesn't work in Objective C: (?:www\.)?((?!-)[…

objective-c ios regex nsregularexpression
How to add a UIView above the current UITableViewController

I have difficulty adding a subview (UIView) from within the viewDidLoad method of a UITableViewController This works: [self.view addSubview:…

iphone objective-c ios4