Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

phrk

macrumors member
Original poster
Mar 26, 2012
47
3
Germany
I am still pretty new to iOS development and I couldn't answer my question by searching the web/forum. I wonder what's the best implementation to create these TableView like apps? I have this example screenshot of the app "Text to Speech" also "Settings.app" has this concept.



As you can see the app is divided in sections. So is this view a TableView with several custom cells and sections? Or is there another way for achieving a look like that?
 
Last edited by a moderator:

PhoneyDeveloper

macrumors 68040
Sep 2, 2008
3,114
93
You can see that the row separators don't go all the way to the left edge. That's the default behavior for UITableView. This is most likely a static tableview. Settings.app definitely uses tableviews for almost all screens.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.