01 2016 档案
工具 cocoapods和插件
摘要:命令行更新(安装)步骤1. $ sudo gem update system // 先更新gem,国内需要切换源2. $ gem sources remove https://rubygems.org/3. $ gem sources a https://ruby.taobao.org/4. $ ... 阅读全文
posted @ 2016-01-12 12:17 Atropos.liu 阅读(1149) 评论(0) 推荐(2)
框架 Onboard-引导页样式制作库
摘要:设置背景图片或者背景movie,然后在它们之上生成数个ViewController,默认是顶部一张图片,下面是标题和详细介绍,最下面是按钮和pagegithub地址https://github.com/mamaral/Onboard使用步骤:1.导入头文件:#import "OnboardingVi... 阅读全文
posted @ 2016-01-11 17:04 Atropos.liu 阅读(676) 评论(0) 推荐(2)
Swift 07.关键字
摘要:每一种语言都有相应的关键词,每个关键词都有他独特的作用,来看看swfit中的关键词:关键词:用来声明的:class, deinit, enum, extension, func, import, init, let, protocol, static, struct, subscript, type... 阅读全文
posted @ 2016-01-06 17:32 Atropos.liu 阅读(342) 评论(0) 推荐(0)