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 to hide status bar when splash screen appears in iphone?

Is there a way to hide the status bar when showing splash screen in iPhone and then show again in …

iphone objective-c xcode statusbar
Could not load the "" image referenced from a nib

I have no images called "" (nothing). I've gone through the .xib file of the screen where this pops up and …

iphone objective-c xcode nib
UICollectionView autosize height

How do I properly resize a UICollectionView so that it fully displays its contents? I have tried many things, including …

ios objective-c uicollectionview nslayoutconstraint
Using a constant NSString as the key for NSUserDefaults

I'm using NSUSerDefaults to store user preferences. I remember reading somewhere that setting the keys as constants is a good …

objective-c cocoa default-value
How to pop from one view controller to another view controller

Using iOS I Have 15 ViewControllers now I want to pop from one ViewController to another View Controller. I am using …

iphone ios objective-c uinavigationcontroller uipopovercontroller
dyld: Symbol not found: _NSURLAuthenticationMethodClientCertificate when trying to run iOS app

My app is crashing with the message: dyld: Symbol not found: _NSURLAuthenticationMethodClientCertificate Referenced from: /var/mobile/Applications/C7B596AD-FB09…

ios objective-c xcode frameworks cfnetwork
How can i get the name of image picked through photo library in iphone?

I am picking an image from photo library in iphone application. How will i retrieve the actual image name. in .…

ios objective-c iphone uiimagepickercontroller
Accessing parent view of current view - iOS

When I want to access the parent UIView of current UIView I declare object of parent UIView in current UIView …

ios objective-c uiview superview
Objective C: Reading text files

I've done this before, but its not working for me now. I'm doing: NSString* path = [[NSBundle mainBundle] pathForResource:@"test" ofType:@"…

objective-c ios text bundle
Can I hook into UISearchBar's Clear Button?

I've got a UISearchBar in my interface and I want to customise the behaviour of the the small clear button …

iphone objective-c uikit uisearchbar