You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
self.view.frame before showing the FSMediaPicker : {{0, 0}, {568, 320}}
After a new image is selected:
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 . . .
The text was updated successfully, but these errors were encountered:
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:
self.view.frame before showing the FSMediaPicker : {{0, 0}, {568, 320}}
After a new image is selected:
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 . . .
The text was updated successfully, but these errors were encountered: