`
wfkbyni
  • 浏览: 86946 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

iphone和ipad设置束的运用!

阅读更多
首先先创建一个Settings.bundle文件,在Root.plist文件编辑信息,
首先Application Preferences一共有
1.PSTextFieldSpecifier
2.PSTitleValueSpecifier
3.PSToggleSwitchSpecifier
4。PSSliderSpecifier
5.PSMultiValueSpecifier
6.PSGroupSpecifier
7.PSChildPaneSpecifier
7个条目,分别代表不同的视图!

键(key)                            值类型(type)                     值(value)
1. PSTextFieldSpecifier
IsSecure                              Boolean               YES/NO
KeyboardType                     String                 ( Value: Value must contain one of the following strings. Alphabet, NumbersAndPunctuation, NumberPad, URL and EmailAddress.)
AutocapitalizationType       String                 (Value: Value must contain one of the following strings. None, Sentences, Words, AllCharacters. Default value is None.)

AutoCorrectionType           String                   (Value: Value must contain one of the following strings. Default, No, Yes. Default value is Default.)
下同:
2.PSTitleValueSpecifier

Key: Type (required)
Type: String
Value: PSTitleValueSpecifier

Key: Title (required)
Type: String
Value: Your string value.

Key: Key (required)
Type: String
Value: Your string value.

Key: DefaultValue (required)
Type: String
Value: Your string value.

Key: Values
Type: Array
Value: Key-Value entry

Key: Titles
Type: Array
Value: Key-Value entry



3.PSToggleSwitchSpecifier

Key: Type (required)
Type: String
Value: PSToogleSwitchSpecifier

Key: Title (required)
Type: String
Value: Your string value.

Key: Key (required)
Type: String
Value: Your string value.

Key: DefaultValue (required)
Type: String
Value: Your string value.

Key: TrueValue
Type: Boolean
Value: YES

Key: FalseValue
Type: Boolean
Value: NO

4.PSSliderSpecifier

Key: Type (required)
Type: String
Value: PSSliderSpecifier

Key: Title (required)
Type: String
Value: Your string value.

Key: Key (required)
Type: String
Value: Your string value.

Key: DefaultValue (required)
Type: String
Value: Your string value.

Key: MinimumValue (required)
Type: Number
Value: Minimum number value here

Key: MaximumValue (required)
Type: Number
Value: Maximum number value here

Key: MinimumValueImage
Type: String
Value: Image (21*21)

Key: MaximumValueImage
Type: String
Value: Image (21*21)

5.PSMultiValueSpecifier

Key: Type (required)
Type: String
Value: PSMultiValueSpecifier

Key: Title (required)
Type: String
Value: Your string value.

Key: Key (required)
Type: String
Value: Your string value.

Key: DefaultValue (required)
Type: String
Value: Your string value.

Key: Values
Type: Array
Value: Key-Value entry.

Key: Titles
Type: Array
Value: Key-Value entry.

6.PSGroupSpecifier

Key: Type (required)
Type: String
Value: PSGroupSpecifier

Key: Title (required)
Type: String
Value: Your string value.

7.PSChildPaneSpecifier

Key: Type (Required)
Type: String
Value: PSChildPaneSpecifier

Key: Title (required)
Type: String
Value: Your string value.

Key: File
Type: String
Value: The name of plist file, without the extension.

最后在程序中根据key得到用户设置的value
NSstring default =  [[NSUserDefaults standardUserDefaults] stringForKey:@”key”];
分享到:
评论

相关推荐

    iphone和ipad适配

    iPhone和iPad拥有不同的屏幕尺寸,如iPhone有4.7英寸、5.5英寸、6.1英寸和6.7英寸等不同型号,而iPad则包括7.9英寸的iPad mini、10.2英寸的iPad、10.5英寸和11英寸的iPad Pro,以及12.9英寸的iPad Pro。适配这些...

    iPhone及iPad操作与进阶

    ### iPhone及iPad操作与进阶知识点详解 #### 一、苹果公司及iPhone、iPad简介 - **苹果公司**: 苹果公司(Apple Inc.),...随着技术的不断发展,iPhone和iPad的功能也将更加丰富和完善,为用户提供更多便利和乐趣。

    浅谈iPhone和iPad开发中的图标设置

    iPhone 和 iPad 开发中的图标设置详解 在 iPhone 和 iPad 应用程序开发中,图标的设置是一个非常重要的步骤,它直接影响到应用程序的展示效果和用户体验。因此,在开发过程中,需要特别注意图标的大小和格式问题。 ...

    iOS网络高级编程 iPhone和iPad的企业应用开发--高清版.pdf

    iOS网络高级编程 iPhone和iPad的企业应用开发--高清版.pdf 个人收集电子书,仅用学习使用,不可用于商业用途,如有版权问题,请联系删除!

    iPhone/iPad Keynote

    完全针对 iPad、iPhone 和 iPod touch 构建,使创建包含动画图表和过渡效果的世界一流水平演示文稿变得如此简单,只需触摸和轻按即可。使用全屏幕视图在 iPad、iPhone 或 iPod touch 上演示。或者使用视频镜像在 HDTV ...

    Head First iPhone and iPad Development, 3rd Edition

    A Learner’s Guide to Creating Objective-C Applications for the iPhone and iPad Book Description : Let’s say you have a killer app idea for iPhone and iPad. Where do you begin? Head First iPhone and...

    Building iPhone and iPad Electronic Projects

    根据提供的文件信息,可以看出主要知识点集中在关于构建iPhone和iPad的电子项目,以及与iOS外围传感器编程相关的知识。以下是对这些知识点的详细阐述: 1. 构建iPhone和iPad电子项目的基本概念:这本书的标题...

    深入浅出iPhone/iPad开发(第2版),中文高清完整扫描PDF版

    全书通过轻松的图文方式,由浅入深地向读者介绍SDK和Object-C的基础知识,以及如何构建并测试简单的应用模型,并提供如何利用iPhone/iPad的相机、GPS和重力感应器进行工作的方法和技巧,最终介绍了如何优化、测试并...

    深入浅出iPhone/iPad开发

    全书通过轻松的图文方式,由浅入深地向读者介绍SDK和Object-C的基础知识,以及如何构建并测试简单的应用模型,并提供如何利用iPhone/iPad的相机、GPS和重力感应器进行工作的方法和技巧,最终介绍了如何优化、测试并...

    Head First iPhone & iPad Development

    《Head First iPhone & iPad Development》是一本专门为初学者设计的iOS开发入门书籍,旨在帮助读者快速掌握iPhone和iPad应用开发的基础知识。这本书以其独特的“Head First”教学风格,通过直观、生动的方式传授...

    iOS网络高级编程 iPhone和iPad的企业应用开发 PDF

    《iOS网络高级编程:iPhone和iPad的企业应用开发》是一本专为iOS开发者设计的专业书籍,主要探讨了在iOS平台上进行企业级应用开发时涉及到的网络技术。这本书的高清PDF版本提供了丰富的学习资源,旨在帮助开发者深入...

    iOS网络高级编程 iPhone和iPad的企业应用开发

    《iOS网络高级编程:iPhone和iPad的企业应用开发》是一本专为iOS开发者设计的深入学习网络编程技术的书籍。在iOS应用开发中,网络功能是不可或缺的部分,它使得应用程序能够与远程服务器进行交互,获取数据,实现...

    移动开发导航(iphone和ipad)

    从标签“iphone ipad 移动 开发”可以推断,这个文档主要聚焦在iOS平台上,尤其是针对iPad和iPhone的应用开发。这表明文档会涵盖iOS开发的多个方面,例如用户界面设计、性能优化、数据存储、网络通信等。 文件的...

    cocos2d原版教程iPhone&iPAD

    本书《cocos2d原版教程iPhone&iPAD》由Steffen Itterheim编写,详细介绍了如何使用cocos2d框架来开发iPhone和iPad上的游戏。全书分为多个章节,每个章节都会深入讲解一个或多个主题,确保读者能够系统地学习并掌握...

    苹果手机iphone5s iphone6 iphone67 IPAD23456 IPADmini1原厂图纸维修图.zip

    苹果手机iphone5s iphone6 iphone67 IPAD23456 IPADmini1原厂图纸维修原理图PCB图合集: IPAD系列 IPAD系列3G4G版改WiFi版 iphone5s iphone6 东芝+闪迪_1.jpg 东芝硬盘容量排列.jpg 最好用的pdf阅读软件.exe 海力士...

    iphone和ipad数据备份工具

    标题中的“iPhone和iPad数据备份工具”指的是专门用于备份苹果设备,如iPhone和iPad上的数据的应用程序或软件。这类工具通常允许用户安全地保存他们的个人数据,包括游戏进度、联系人、照片、视频、应用程序数据等,...

    iphone 和 ipad开发实战

    《iPhone和iPad开发实战》是一本专注于iOS应用开发的专业书籍,尤其适合那些希望掌握Apple设备上应用程序开发技术的初学者和进阶者。该书原版为英文,保证了内容的原汁原味,提供了最新、最直接的技术信息。通过学习...

    Learn iPhone and iPad cocos2d Game Development中文版全集

    cocos2d是一款强大的2D游戏开发库,特别适合于iPhone和iPad应用开发。本教程全面覆盖了从基础知识到高级技术的方方面面,旨在让初学者快速上手,同时也为有经验的开发者提供深入的指导。 首先,我们需要了解cocos2d...

    Learn iPhone and iPad Cocos2D Game Developmentn中文版

    通过这本书,读者可以深入学习如何利用Cocos2D创建引人入胜的iPhone和iPad游戏。 教程内容涵盖了Cocos2D的基础知识,包括安装和配置开发环境,理解Cocos2D的核心架构,如场景(Scenes)、层(Layers)、精灵...

Global site tag (gtag.js) - Google Analytics