gdavis / FGallery-iPhone

Objective-C based gallery for iPhones
583 stars 144 forks source link

How to implement AutoRotate? #17

Closed hieplt closed 12 years ago

hieplt commented 12 years ago

Hi,

I see that the gallery's supported autorotating quite well. But I failed to implement this for the Root View Controller. Can you give me some help?

Thanks in advance!

gdavis commented 12 years ago

Consult Apple's Cocoa Programming Documentation to figure out how to support rotations.

hieplt commented 12 years ago

I spent my day working around this problem. I read documents about rotation supporting and had implemented it ok with some simple projects, but when applying them to fgallery I can't make it work.