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

issue on iOS7 #38

Open
sinss opened this issue Dec 4, 2013 · 0 comments
Open

issue on iOS7 #38

sinss opened this issue Dec 4, 2013 · 0 comments

Comments

@sinss
Copy link

sinss commented Dec 4, 2013

each photo's seem like out of frame, while display photos.

I think it should be add some code in ViewDidLoad method , then it looks like fine.

thx

if ([self respondsToSelector:@selector(setEdgesForExtendedLayout:)])
{
    self.edgesForExtendedLayout = UIRectEdgeNone;
}
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