iPhone: UITableView with custom cells for settings
Posted
by Nic Hubbard
on Stack Overflow
See other posts from Stack Overflow
or by Nic Hubbard
Published on 2010-05-13T22:19:53Z
Indexed on
2010/05/13
22:24 UTC
Read the original article
Hit count: 348
I want to use a UITableView for my settings screen. So that my settings view will look like apple does it, with a group table view, and then the UI elements to let you change settings.
So, it does not seem like the cells are loaded from an array, but seems like each one is customized.
Ideas on how to do this?
© Stack Overflow or respective owner