2016.01.18技术周报

感谢本期周报线索提供同学: 张萌,桉远。

周报汇总 地址

周报博客 地址

视频

Sharing Swift between iOS and OS X: iOS 和 OS X之间共享代码, 演讲人 @wilshipley founder of Omni Group

Fun with Swift: Chris Eidhof(objc.io创始人)

pomo.tv: A collection of videos about Mac, iOS and Swift. Chris Eidhof 创办

开源代码:

IBAnimatable: Design and prototype UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.

文章:

How to C in 2016

不再安全的 OSSpinLock: OSSPinLock作为锁已经不再安全了,文章还对比了各种锁的性能对比。

Swift’s mysterious Builtin module: 揭秘Swift内置模块

Creating your first iOS Framework: 手把手教你创建自己的framework

charles中如何对https抓包: 使用Charles抓https请求数据包

iOS多线程编程系列:
四篇objc.io 的文章,经常会拿出来读读,每次都有新的体会。

concurrency apis and pitfalls

Common background practices

Low level concurrency apis

Thread safe class design