FSMediaPicker icon indicating copy to clipboard operation
FSMediaPicker copied to clipboard

FSMediaPicker changes view constraints (??)

Open tomhoag opened this issue 8 years ago • 0 comments

When my app is in portrait mode and I show FSMediaPicker, select a photo and return to the calling UIViewController, the calling viewControllers size is changed.

Before a new image is selected: img_0748

self.view.frame before showing the FSMediaPicker : {{0, 0}, {568, 320}}

After a new image is selected: img_0749

self.view.frame after showing the FSMediaPicker : {{0, 0}, {320, 568}}

Not sure why the FSMediaPicker is changing my self.view.frame size? More soon . . .

tomhoag avatar Dec 23 '15 15:12 tomhoag