I would like to create a settings view within my app that so many apps today have implemented. In the past, I have created a settings bundle which the users can modify there settings for my app by going into system settings.
My question is can I implement the .plist settings from the settings bundle into an ordinary view within my app? And if so, how is this done?
Thank you in advance