Question

Is there an easy way to a Settings.bundle style form in an app? I have seen InAppSettingsKit, but I just want to create a form for data entry that has some nested pickers and other features simple to implement with Settings.bundle.

Was it helpful?

Solution

It is very easy to achieve, the settings screens are simply grouped table views with the standard styling.

With storyboards, the "static" content feature makes it even easier - this mode allows you to specify the contents of each cell right there in the storyboard, you don't need any datasource methods and can do it all via outlets. There is a good tutorial on Ray Wenederlich here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top