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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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