http://www.mobinett.com/2013/08/19/ios7-ui-transition-porting-view-controller-layouts-ios6/
The magic being:
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7)
{
self.edgesForExtendedLayout = UIRectEdgeNone;
}
Ymmv
John
--
You received this message because you are subscribed to the Google Groups "Torc for iOS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torc-for-ios...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
In the Library screen one still cannot read the titles of the bottom row in case there are 12 screenshots shown.
Moreover, it is hard to judge if the application is doing anything when the refresh bottom is pushed (I do not recall if this was any better in the previous versions).
On a more personal note, I liked the colors of the previous versions better.
Regards,
Dennis