感谢本期周报线索提供同学: 张萌,桉远
周报汇总 地址
周报博客 地址
开源代码:
30 days of Swift: A self taught project to learn swift.
LazyTableImages: Populating UITableView content asynchronously: 苹果官方出了个demo,LazyTableImages,对列表里图片很多的情况有很好的优化作用。我看了一下,挺实用的。
文章:
Protocol-Oriented Programming in Swift
Swift 2.0: Understanding flatMap
读 Threading Programming Guide 笔记 一 二
swift函数柯里化介绍及使用场景: 函数柯里化是函数式编程里的一个重要概念。swift中的柯里化可能很多人都没有了解过,今天给大家介绍一下柯里化的概念和一些使用场景。