AppSales-Mobile icon indicating copy to clipboard operation
AppSales-Mobile copied to clipboard

Moved the top of the graph view 64 pixels down on iOS 7...

Open chbeer opened this issue 12 years ago • 2 comments

... to fix the partly hidden and therefore unreadable graph problematic.

chbeer avatar Sep 12 '13 12:09 chbeer

Is this preferred to setting: self.edgesForExtendedLayout = UIRectEdgeNone;

on the UIViewController?

emlombardo avatar Sep 12 '13 19:09 emlombardo

self.edgesForExtendedLayout = UIRectEdgeNone;

is the correct way to do this.

merge request #249 is a good fix

afehners avatar Sep 27 '13 13:09 afehners