|
2 | 2 | ===
|
3 | 3 | > **本期特别推荐** [Swift 2.0 初探](http://www.devtalking.com/articles/what-is-new-in-swift/):言简意赅、示例并茂地讲了若干关键新语法功能及用途。作者:[@DevTalking](http://weibo.com/jacefu)
|
4 | 4 |
|
| 5 | + |
5 | 6 | ### 项目
|
| 7 | +> [Swift 项目精选](https://github.com/ipader/SwiftGuide/blob/master/Featured.md):最近新收录 JSONCodable, UIImageColors, UIStackView-Playground, watchOS-2-Sampler, Dodo, ios-universal-webview-boilerplate 等 6 个,合计已收录 136 个。 |
| 8 | +
|
6 | 9 | * [matthewcheok/JSONCodable](https://github.com/matthewcheok/JSONCodable):基于 Swift 2.0 新特性(Protocol Extensions and Error Handling)的JSON 解析类。
|
7 | 10 | * [soffes/SyntaxKits](https://github.com/soffes/SyntaxKit):TextMate 风格语法高亮类库(基于 Swift 2.0)。
|
8 | 11 | * [jathu/UIImageColors](https://github.com/jathu/UIImageColors):又一款根据图片获取主色、次色、背景色、详细色的类。P.S. 另一款功能相同的类是 [SwiftColorArt](https://github.com/Jan0707/SwiftColorArt)。
|
|
15 | 18 | * [nabilfreeman/ios-universal-webview-boilerplate](https://github.com/nabilfreeman/ios-universal-webview-boilerplate): 快速封装 WebApp 到 iOS 应用,即便你毫无 Swift 编程经验。
|
16 | 19 |
|
17 | 20 | ### 文档
|
| 21 | +> [Swift 文章精选](https://github.com/ipader/SwiftGuide/blob/master/Featured-Articles.md):最近新收录 4 份,合计已收录 79 份。 |
| 22 | +
|
18 | 23 | * [Swift 2.0 初探](http://www.devtalking.com/articles/what-is-new-in-swift/):言简意赅、示例并茂地讲了若干关键新语法功能及用途。作者:[@DevTalking](http://weibo.com/jacefu)
|
19 | 24 | * [Swift 2 有哪些新特性[译]](http://www.jianshu.com/p/2dc639b2675a):“在WWDC我们发现Swift团队没有浪费时间在无谓的地方,而是致力于改善 Swift 2”。来源:Ray Wenderlich [What’s New in Swift 2](http://www.raywenderlich.com/108522/whats-new-in-swift-2),[@Sam_Lau_Dev](http://weibo.com/liuyaozhu)
|
20 | 25 | * [Swift 2.0 异常处理](http://www.jianshu.com/p/96a7db3fde00):“WWDC 2015 宣布了新的 Swift 2.0. 这次重大更新给 Swift 提供了新的异常处理方法。这篇文章会主要围绕这个方面进行讨论”。作者:[@溯流言之](http://weibo.com/rcgary)
|
21 | 26 | * [WWDC 2015 现场笔记 (一)](http://yin-xu.com/wwdc-2015-1/),[(二)](http://yin-xu.com/wwdc-2015-2/):“又是一年的 WWDC,如同朝圣一般的大家又是早早就在旧金山 Moscone Center 门前排起了长队。作为第二年参加WWDC的我已经不如其他开发者呢么激动,提早一天就来排队...”。作者:[@炎老影Pepsi先生](http://weibo.com/kelxu)
|
22 | 27 | * [Grand Central Dispatch 基础教程:Part 2/2](http://www.jianshu.com/p/6185d3753dd8):“在教程的[第一部分](http://www.jianshu.com/p/50c060bab0ff),你学到了一些关于并发,线程及GCD工作原理的知识。你通过并用dispatch_barrier_async与dispatch_sync保证了PhotoManager单例在读取与写入照片过程中的线性安全性”。
|
23 | 28 | * [SwiftEducation](https://github.com/SwiftEducation):“这是建立在 GitHub 上的一个 Swift 学习资料汇集,包括了有关幻灯和多个练手的应用程序源码。By @极客头条”。的确有不少基础实用的好[教程](https://github.com/SwiftEducation/presentations)。这对于基础学起的同学有福了。
|
24 | 29 | * [玩儿转 Swift](http://www.imooc.com/learn/127):“随着Swift最新1.2版本的出炉,大家期待已久的《玩儿转Swift》系列课程也将迎来暂时的终点。在课程的最后一章,我们将随波波老师全面了解Swift 1.2 的新特性:简洁的if-let、全新的Set结构、as和OC-bridge等内容。一起来学习吧!”。来源:[@慕课网](http://weibo.com/u/3306361973)
|
25 |
| -* [Swift 项目精选](https://github.com/ipader/SwiftGuide/blob/master/Featured.md):最近新收录 JSONCodable, UIImageColors, UIStackView-Playground, watchOS-2-Sampler, Dodo, ios-universal-webview-boilerplate 等 6 个,合计已收录 136 个。 |
26 |
| -* [Swift 文章精选](https://github.com/ipader/SwiftGuide/blob/master/Featured-Articles.md):最近新收录 4 份,合计已收录 79 份。 |
27 | 30 | * [IoT 笔记](http://ideatouch.github.io/IoTNotes/):为了方便学习、查阅,额外提供一份排版干净的版本。
|
28 | 31 |
|
0 commit comments