Top "Ios6" questions

iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.

How to perform Unwind segue programmatically?

Using storyboard this is very easy. You just drag the action to "Exit". But how should I call it from …

ios segue ios6
What is the iOS 6 user agent string?

What is the iOS 6.0 user agent string? Previous user-agent strings: iOS 5.1 - What is the iOS 5.1 user agent string? iOS 5.0 …

iphone ios ipad user-agent ios6
How to force a UIViewController to Portrait orientation in iOS 6

As the ShouldAutorotateToInterfaceOrientation is deprecated in iOS 6 and I used that to force a particular view to portrait only, what …

ios xcode ios6 xamarin.ios
ios simulator: how to close an app

When you "run" the simulator from xCode, the app automatically launches, and then you can click the home button to …

xcode ios7 ios6 ios-simulator simulator
The operation couldn’t be completed. (com.facebook.sdk error 2.) ios6

Hi i am ussing ios6 for facebook login and i am getting this error as native popup The operation couldn’…

ios facebook ios6 facebook-login
dismissModalViewControllerAnimated deprecated

I've just upgraded to XCode 4.5 to update my iOS app to run on the 4 inch display for the iPhone 5, but …

ios ios6
Programmatically open Maps app in iOS 6

Previous to iOS 6, opening a URL like this would open the (Google) Maps app: NSURL *url = [NSURL URLWithString:@"http://maps.…

ios objective-c ios6 mapkit
UILabel sizeToFit doesn't work with autolayout ios6

How am I supposed to configure programmatically (and in which method) a UILabel whose height depends on its text? I've …

ios ios6 uilabel autolayout
shouldAutorotateToInterfaceOrientation not being called in iOS 6

I'm using MGSplitViewController and I'm usingshouldAutorotateToInterfaceOrientation to control the size of the master view controller on rotation. It's all working …

ios ios6 orientation
UICollectionView: how to detect when scrolling has stopped

I'm using a UICollectionView to scroll through a set of thumbnails quickly. Once scrolling ends, I'd like to display a …

ios objective-c ios6 uicollectionview