Tag: plist
-
The Settings Bundle
You’ll often want default settings that users can change. iOS provides the settings bundle for storing this information. Let’s look at how to use the settings bundle. Download the starter example file. I created a project which eventually will display the user’s default pizza. We’ll finish the code to add that pizza. To add a…