Top "Ios6" questions

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

Alternatives to dispatch_get_current_queue() for completion blocks in iOS 6?

I have a method that accepts a block and a completion block. The first block should run in the background, …

objective-c cocoa-touch ios6 objective-c-blocks grand-central-dispatch
UITextView link detection in iOS 7

I have a UITextView which is managed via Interface Builder. As data detection I have "Links" checked. In iOS 6 everything …

ios objective-c ios6 uitextview ios7
Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5

What is the best way to take advantage of the new auto layout features of iOS 6 while still providing compability …

ios ios5 backwards-compatibility ios6 autolayout
AppDelegate, rootViewController and presentViewController

I'm doing the Facebook integration tutorial, I want to show my MainViewViewController if the user has a valid token for …

objective-c xcode facebook ios6 appdelegate
iOS6: supportedInterfaceOrientations not working (is invoked but the interface still rotates)

In my app I have multiple views, some views need to support both portrait and landscape, while other views need …

iphone objective-c ios ios6
iOS 6 shouldAutorotate: is NOT being called

I have been scouring the internet for a solution to this but am finding nothing. I am trying to make …

iphone ios cocoa-touch rotation ios6
Reset scroll on UICollectionView

I have a horizontal UICollectionView which works fine and scrolls. When I tap an item I update my data and …

iphone objective-c ipad ios6 uicollectionview
Setting style of UITableViewCell when using iOS 6 UITableView dequeueReusableCellWithIdentifier:forIndexPath:

I'm trying to work out how to set the UITableViewCellStyle when using the new methods in iOS 6 for UITableView. Previously, …

uitableview ios6
How do I disable the navigation bar shadow in iOS 6 for navigation bars with custom background images?

It seems in iOS 6, a drop shadow is automatically added to the navigation bar even when you set a custom …

iphone uinavigationbar shadow ios6
iOS6 viewDidUnload Deprecated

Maybe this is a bad practice, but from the documentations that I read I got the advice to initialize objects …

ios6