AppSales-Mobile
AppSales-Mobile copied to clipboard
iOS 7 compatibilty for the sales view
Tiny and backward compatible tweak for iOS 7 compatibility of the sales view. Thanks!
Great, thank you!
Great fix. The map view is also not displayed correctly. The same fix should be applied to mapView.m
Same needs to be added to ReportDetailViewController.m for when you press the charts and switch the detailed view of that days sales, with the optional map.
@Hawk-Innovations mapView.m is a subclass of UIView. setEdgesForExtendedLayout must be set on the ViewController. I think the bit your talking about just needs to fix added to ReportDetailViewController.