Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSMediaPicker changes view constraints (??) #6

Open
tomhoag opened this issue Dec 23, 2015 · 0 comments
Open

FSMediaPicker changes view constraints (??) #6

tomhoag opened this issue Dec 23, 2015 · 0 comments

Comments

@tomhoag
Copy link

tomhoag commented Dec 23, 2015

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 . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant