开发者

Create application setting in Settings app

开发者 https://www.devze.com 2022-12-29 08:10 出处:网络
I am very new to iPhone programming and I was wondering how c开发者_开发知识库ould I create a separate section for my application in the Settings.app? Like what the Facebook or BeejiveIM or JellyCar a

I am very new to iPhone programming and I was wondering how c开发者_开发知识库ould I create a separate section for my application in the Settings.app? Like what the Facebook or BeejiveIM or JellyCar apps do. Would I have to declare this dynamically, or could I use Interface Builder?


You accomplish this by creating a Settings.bundle in your project. Inside the Settings.bundle, you define the settings (names, types, defaults, etc) you are interested in. When the app is installed, the OS will handle creating the pages in the Settings app for you.

The process is described here.


There's the InAppSettingsKit: http://github.com/steipete/InAppSettings

Aiming to match the settings from the settings with the ones in your app.

0

精彩评论

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