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

Orientation of root view #15

Open
wsnnn opened this issue Sep 4, 2013 · 1 comment
Open

Orientation of root view #15

wsnnn opened this issue Sep 4, 2013 · 1 comment

Comments

@wsnnn
Copy link

wsnnn commented Sep 4, 2013

I've added to demo project(menu.m):

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
    return YES;
}

When I open photo and turn the device, it only changes the orientation of the IDMPhotoBrowser interface. The root view does not change orientation. How can I fix it(for example, your demo project)?

@wsnnn
Copy link
Author

wsnnn commented Sep 5, 2013

It is clear that the UIModalPresentationCurrentContext - problem with the orientation. Screenshot of the root view is not the answer. It can try to make a custom animations to view?

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

2 participants