I am writing code that will allow my iphone-app to have a “configuration page”.
Grouped, scrolling, UITableView ... with cells that contain the necessary text fields, radio buttons, sliders, etc.
This is an ENERGY amount of code. Is there an easier way?
Is there a way to create a simple text file, contain all my desired design options and create my (reusable) code for TableView for me?
Or ... can I just make it simpler and faster in the Builder interface instead of code?
source share