开发者

can we get the ready made setting bundle?

开发者 https://www.devze.com 2023-02-14 02:36 出处:网络
can i get setting bundle rea开发者_如何学Gody made so it can easily deploy in my appSettings bundle is always there to be added directly. You will need to write down the code, to make use of it. See N

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

0

精彩评论

暂无评论...
验证码 换一张
取 消