Preferences Setting
- 授权协议: BSD New
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/adonoho/DDGPreferences
软件介绍
开发者在开发app时,最经常需要开发的功能就是参数设置(Preferences Setting)功能,不但要提供一个界面让用户设置app的参数,并且还需要保存用户的设置,即使用户关闭了app或者关机,都能保存这些设置。一般来说,保存参数设置用的是NSUserDefaults。如果需要保存的设置参数比较多,这个写代码的过程还是挺烦人的。这份代码就是提供了一个很简单的API用于和NSUserDefaults打交道,提高开发者开发参数设置功能的效率。 [Code4App.com]
The Book of CSS3
Peter Gasston / No Starch Press / 2011-5-13 / USD 34.95
CSS3 is the technology behind most of the eye-catching visuals on the Web today, but the official documentation can be dry and hard to follow. Luckily, The Book of CSS3 distills the heady technical la......一起来看看 《The Book of CSS3》 这本书的介绍吧!
