Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lacklock committed Feb 24, 2018
1 parent 03d7a20 commit 88210f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reports/#8.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

JSON 有可读性高易于使用的优点但是也有解析费时解析内存耗费高及数据量大的缺点除了 JSON,现在主流的还有 MessagePackFlatBufferProtocolBuffers 通信协议文章综合不同场景对比了这几种通信协议的优劣

### [Just Controllers](http://khanlou.com/2018/02/just-controllers)

iOS 上的 MVC 模式最后会导致 VC 中有大量代码在业界已经达成了共识优化的一种方式是把 VC 中的代码拆分到 child view controller实践中你会发现 child view controller 的使用起来并不像 UIView 一样简单,要注意它和 parent view controller 的生命周期控制View controller 中的 view 使用起来和一个单纯的 UIView 实例也有不同有的场景自定义一个 controller 类包含 UIView 也许会是一个更好的主意

### [UIVisualEffectView Tutorial: Getting Started](https://www.raywenderlich.com/178486/uivisualeffectview-tutorial-getting-started)

利用 UIKit 中提供的 UIVisualEffectView 来实现常见的模糊背景的效果简单又好用文章介绍了模糊的算法原理和 UIVisualEffectView 的使用方式
Expand Down

0 comments on commit 88210f6

Please sign in to comment.