Monday, November 26, 2012

iOS6, Rotation.

Hi, it's been a while since I posted some thing. Ok, This post is to fix the auto-rotation problem that has been around since the release of iOS6. To be clear, the problem is that iOS6 doesn't support - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation; any more. And hence, our apps/code won't behave as expected any more. In this post, I'll be using...