Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj authored Jul 15, 2018
1 parent 1f6c436 commit 053b86c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reports/#27-2018.07.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ iOS 开发中与不同事件打交道是家常便饭,苹果提供了不同的

Swift 真是门常用常新的语言,如果你之前没用过 `@autoclosure`(不是 `@autoreleasepool`),我相信你看完本文后会说哇,还能这样」。

### 🐎 [减少 ViewController 的继承](https://www.swiftbysundell.com/posts/subclass-free-view-controllers-in-swift)

这周 Swift by Sundell 的文章尝试着不使用继承去写页面,一个 ViewController 对应一个页面已经成为我们常识,但我们很多时候其实并不需要那些 ViewController 相关的功能,尝试着打破这样常识是改善我们代码的开始

## 设计

## 工具
Expand Down

0 comments on commit 053b86c

Please sign in to comment.