can i get setting bundle rea开发者_如何学Gody made so it can easily deploy in my app
Settings bundle is always there to be added directly. You will need to write down the code, to make use of it. See NSUserDefaults Class reference for that purpose.
To add settings bundle - Go to Resources--> Add New File --> Resources --> Settings Bundle
Xcode has a built in template which should be your starting point:
go to file -> new file -> resource -> settings bundle -> next
it will add the settings bundle to the app and it will have some default types built in. You can customize it from there as much as you would like.
for more information on customization:
PSPreferenceSpecifier - from Apple
精彩评论