В своем проекте я использую API Facebook "three20": https://github.com/facebook/three20/
Как отключить автоматическое вращение? Изображение и миниатюры должны всегда отображаться в портретной, а не в альбомной ориентации.
Спасибо!
Использование shouldAutorotateToInterfaceOrientation:
shouldAutorotateToInterfaceOrientation:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return NO; }