摘要: 一、大小动画(改变frame) 二、拉伸动画(改变bounds) 三、转移动画(改变center) 四、旋转动画(改变transform) 五、透明度动画(改变alpha) 六、背景颜色Keyframes动画(改变background) 七、Spring动画(iOS7.0起) 八、transitio 阅读全文
posted @ 2016-12-21 08:46 FMDN 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Protocol Buffers 是什么? Protocol buffers are Google’s language-neutral, platform-neutral, extensible mechanism for serializing structured data – think X 阅读全文
posted @ 2016-12-21 08:36 FMDN 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 问题 一般一个 iOS APP 做的事就是:请求数据->保存数据->展示数据,一般用 Sqlite 作为持久存储层,保存从网络拉取的数据,下次读取可以直接从 Sqlite DB 读取。我们先忽略从网络请求数据这一环节,假设数据已经保存在 DB 里,那我们要做的事就是,ViewController 从 阅读全文
posted @ 2016-12-21 08:32 FMDN 阅读(677) 评论(0) 推荐(0) 编辑