finn-no / Finjinon

Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker
MIT License
58 stars 16 forks source link

Rotate widgets #9

Closed nickfalk closed 9 years ago

nickfalk commented 9 years ago

Wouldn't it be nice if the interface rotated when you rotate the device? Well, now it does.

Since we've locked the UIInterfaceOrientation we need to base this on listening to the UIDeviceOrientationDidChangeNotification and perform the appropriate transformation based on this. img_5250

hrunar commented 9 years ago

Merge a-way :)