Top "Ios5" questions

iOS 5 is Apple's fifth mobile operating system, released on Oct 13, 2011.

Objective-C ARC: strong vs retain and weak vs assign

There are two new memory management attributes for properties introduced by ARC, strong and weak. Apart from copy, which is …

ios objective-c ios5 properties automatic-ref-counting
How do I deserialize a JSON string into an NSDictionary? (For iOS 5+)

In my iOS 5 app, I have an NSString that contains a JSON string. I would like to deserialize that JSON …

ios json ios5 nsstring nsdictionary
How to Implement Custom Table View Section Headers and Footers with Storyboard

Without using a storyboard we could simply drag a UIView onto the canvas, lay it out and then set it …

uitableview ios5 uistoryboard
What is the iOS 5.0 user agent string?

What is the iOS 5.0 user agent string? Here is the iOS 4.0 user agent: What is the iPhone 4 user-agent?

iphone ios ipad ios5 user-agent
How to get root view controller?

I need an instance of root view controller. I tried those approaches: UIViewController *rootViewController = (UIViewController*)[[[UIApplication sharedApplication] keyWindow] rootViewController]; Returns: …

objective-c swift ios5 uiviewcontroller uinavigationcontroller
"Application tried to present modally an active controller"?

I just came across a crash showing a NSInvalidArgumentException with this message on an app which wasn't doing this before. …

objective-c ios ios5
Custom Cell Row Height setting in storyboard is not responding

I am trying to adjust the cell height for one of the cells on my table view. I am adjusting …

ios uitableview ios5 storyboard xcode4.2
Is it possible to Turn page programmatically in UIPageViewController?

Is it possible to turn page programmatically in UIPageViewController?

ios ios5 uikit uipageviewcontroller
Code signing is required for product type 'Application' in SDK 'iOS5.1'

I am using xCode 4.3.1. After i created a project, i build it and tried to Archive. Then i got an …

code-signing xcode4.3 ipa ios5
How to select Multiple images from UIImagePickerController

In my application, I have to select more images ie; up to 3 images from library or capture of images.

ios iphone xcode ios5 xcode4