Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To get iOS 6 UITableView Grouped Style in IOS 7

Tags:

ios7

I want to get the iOS 6 Look and feel for Grouped UITableView in iOS 7. I dont want to submit builds using Xcode 4.6. I want to submit apps using xcode 5

like image 458
user2833647 Avatar asked Oct 01 '13 08:10

user2833647


1 Answers

once the iOS7 came with the new tables look, you really should use it. In my projects - I switched my tables to non-grouped style, that looks fine. At all - you should not breach the Apple design guides - you will have your life more and more difficult ;)

like image 58
Vitek Avatar answered Oct 10 '22 07:10

Vitek