PhotoViewer
PhotoViewer copied to clipboard
issue on iOS7
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;
}