Baidu Hi iOS 技术周报-2015.11.09

感谢本期周报线索提供同学:张萌

周报汇总 地址

周报博客 地址

文章:

Objective-C 的现代语法和新特性

iOS 处理图片的一些小 Tip

移动端图片格式调研

ReactiveCocoa系列:

细说ReactiveCocoa的冷信号与热信号(一)

细说ReactiveCocoa的冷信号与热信号(二):为什么要区分冷热信号

细说ReactiveCocoa的冷信号与热信号(三):怎么处理冷信号与热信号

RACSignal的Subscription深入分析

深入理解Objective-C

深入理解Objective-C:Category

深入理解Objective-C:方法缓存

开源代码:

SwiftGen: This is a suite of tools written in Swift 2 to auto-generate Swift 2 code for various assets of your project:

  • enums for your Assets Catalogs
  • enums for your Localizable.strings strings.
  • enums for your UIStoryboard and their Scenes
  • enums for your UIColors.

YYWebImage:

YYWebImage is an asynchronous image loading framework (a component of YYKit).It was created as an improved replacement for SDWebImage, PINRemoteImage and FLAnimatedImage.