2016.02.28技术周报

感谢本期周报线索提供同学: 高兴民,桉远

周报汇总 地址

周报博客 地址

开源代码:

FLAnimatedImage is a performant animated GIF engine for iOS:

  • Plays multiple GIFs simultaneously with a playback speed comparable to desktop browsers
  • Honors variable frame delays
  • Behaves gracefully under memory pressure
  • Eliminates delays or blocking during the first playback loop
  • Interprets the frame delays of fast GIFs the same way modern browsers do

Swift

Swift 烧脑体操(一) - Optional 的嵌套

Swift 烧脑体操(二) - 函数的参数

Swift 烧脑体操(三) - 高阶函数

文章:

深入浅出-iOS函数式编程的实现 && 响应式编程概念 本篇主要回顾一下--iOS函数式编程 && 响应式编程概念 ,如何一步步实现函数式编程的过程,对阅读Masonry && SnapKit源码有一定的帮助

Apple Pay 编程指南 Apple Pay介绍,配置和接入等

函数式相关的几篇文章:

What the heck is a monad

flatmap

map