PhotoViewer icon indicating copy to clipboard operation
PhotoViewer copied to clipboard

issue on iOS7

Open sinss opened this issue 11 years ago • 0 comments

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;
}

sinss avatar Dec 04 '13 16:12 sinss