Common, reusable iPhone-App configuration screen
Posted
by Janey
on Stack Overflow
See other posts from Stack Overflow
or by Janey
Published on 2010-03-14T16:40:11Z
Indexed on
2010/03/14
16:45 UTC
Read the original article
Hit count: 267
I'm writing code that will allow my iphone-app to have a "configuration page".
A grouped, scrolling, UITableView... with cells that contain the needed textFields, switches, sliders, etc.
It is an ENOURMOUS amount of code. Is there an easier way?
Is there a way I could create a simple text-file, contain all my desired design choices and have my (reusable) code build the TableView for me?
Or... can I just do the whole thing quicker/easier in Interface Builder instead of code?
© Stack Overflow or respective owner