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

iOS 7 compatibilty for the sales view

Open plaincode opened this issue 12 years ago • 3 comments

Tiny and backward compatible tweak for iOS 7 compatibility of the sales view. Thanks!

plaincode avatar Sep 18 '13 12:09 plaincode

Great, thank you!

demodit avatar Sep 21 '13 10:09 demodit

Great fix. The map view is also not displayed correctly. The same fix should be applied to mapView.m

Hawk-Innovations avatar Sep 23 '13 02:09 Hawk-Innovations

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.

afehners avatar Sep 27 '13 14:09 afehners