AppSales-Mobile
AppSales-Mobile copied to clipboard
Moved the top of the graph view 64 pixels down on iOS 7...
... to fix the partly hidden and therefore unreadable graph problematic.
Is this preferred to setting: self.edgesForExtendedLayout = UIRectEdgeNone;
on the UIViewController?
self.edgesForExtendedLayout = UIRectEdgeNone;
is the correct way to do this.
merge request #249 is a good fix