How can I make sure that AutoLayout is not used for one of my UIViewControllers?
The view controller is created fully from code, without a nib file.
I found many posts to about disabling auto layout in nib file, but not any about disabling it from code
The problem I have is that in my MkMapView I have an annotation (an arrow) which does not correctly rotate like in ios5. In ios6 somehow the rotation is set to 0 degrees, immediately after it was correctly rotated for a tenth of a second. So the arrow direction flickers in simulator and on device it does not flicker but the rotation is wrong.