Top "Ios6" questions

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

Detecting a change to text in UITextfield

I would like to be able to detect if some text is changed in a UITextField so that I can …

objective-c ipad ios6 uitextfield uitextfielddelegate
disable autorotate on a single UIViewController in iOS6

I have a project using UINavigationController and segues working properly good, all of them rotate correctly, the thing is... I …

objective-c xcode ios6 uiinterfaceorientation autorotate
AFNetworking checking Availability

I've implemented AFNetworking without subclassing AFHTTPClient, in part using the following code in my DownloadQueueManager: -(void)downloadPodcastAt:(NSString *)url …

ios ios6 afnetworking reachability
How to send a PDF file using UIActivityViewController

I'm trying to send a PDF using a UIActivityViewController. So far everything works fine using a fairly basic approach but …

objective-c swift ios6 uiactivityviewcontroller
UICollectionView Decoration View

Has anyone implemented a decoration view for the iOS 6 UICollectionView? It's impossible to find any tutorial on implementing a decoration …

ios ios6 uicollectionview
change the height of a UICollectionReuseableView (collection section header) dynamically

I am trying to set the height of the section headers for a UICollectionView dynamically, but using the code below, …

objective-c ios6 xcode4.5
Pull-to-refresh in UICollectionViewController

I want to implement pull-down-to-refresh in a UICollectionViewController under iOS 6. This was easy to achieve with a UITableViewController, like so: …

ios6 uikit pull-to-refresh
Facebook authorization fails on iOS6 when switching FB account on device

I'm using die Facebook SDK 3.1.1 to implement FB Connect in my iOS application. This works fine in the simple case …

ios6 single-sign-on facebook-ios-sdk
iOS6 UICollectionView and UIPageControl - How to get visible cell?

While studying iOS6 new features I got a question about UICollectionView. I am currently testing it with Flow layout and …

objective-c ios ios6
What are good alternatives to UITextAlignmentCenter in iOS 6?

UITextAlignmentCenter seems to be deprecated in iOS 6. What are my alternatives?

ios6