Preferences Setting

码农软件 · 软件分类 · 其他(Others) · 2019-07-30 08:43:33

软件介绍

开发者在开发app时,最经常需要开发的功能就是参数设置(Preferences Setting)功能,不但要提供一个界面让用户设置app的参数,并且还需要保存用户的设置,即使用户关闭了app或者关机,都能保存这些设置。一般来说,保存参数设置用的是NSUserDefaults。如果需要保存的设置参数比较多,这个写代码的过程还是挺烦人的。这份代码就是提供了一个很简单的API用于和NSUserDefaults打交道,提高开发者开发参数设置功能的效率。 [Code4App.com]

本文地址:https://codercto.com/soft/d/11247.html

The Book of CSS3

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具