This tag should be used only on questions that are about Objective-C features or depend on code in the language.
Is there a way to hide the status bar when showing splash screen in iPhone and then show again in …
iphone objective-c xcode statusbarI have no images called "" (nothing). I've gone through the .xib file of the screen where this pops up and …
iphone objective-c xcode nibHow do I properly resize a UICollectionView so that it fully displays its contents? I have tried many things, including …
ios objective-c uicollectionview nslayoutconstraintI'm using NSUSerDefaults to store user preferences. I remember reading somewhere that setting the keys as constants is a good …
objective-c cocoa default-valueUsing 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 uipopovercontrollerMy app is crashing with the message: dyld: Symbol not found: _NSURLAuthenticationMethodClientCertificate Referenced from: /var/mobile/Applications/C7B596AD-FB09…
ios objective-c xcode frameworks cfnetworkI am picking an image from photo library in iphone application. How will i retrieve the actual image name. in .…
ios objective-c iphone uiimagepickercontrollerWhen I want to access the parent UIView of current UIView I declare object of parent UIView in current UIView …
ios objective-c uiview superviewI'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 bundleI'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