I\'m using a UIScrollView as my paging scroll view, pagesScrollView. Inside that, I put individual UIScrollViews which are used exclusively for zooming. Inside
pagesScrollView
I have checked you example use below code in viewController.m file
-(void)viewDidLoad { if ([[UIDevice currentDevice] systemVersion].floatValue>=7.0) { self.edgesForExtendedLayout = UIRectEdgeNone; } }
It's working fine...