enormego / PhotoViewer

Quick PhotoViewer for the iPhone. Built upon our other reliable libraries: EGOImageLoading and EGOCache.
http://developers.enormego.com
659 stars 140 forks source link

issue on iOS7 #38

Open sinss opened 10 years ago

sinss commented 10 years ago

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