|
| 1 | + |
| 2 | + |
| 3 | +**[<= 往期回顾](https://github.com/ipader/SwiftGuide/blob/master/weekly/README.md)** |
| 4 | +[Swift 语言指南](https://github.com/ipader/SwiftGuide)-Issue XX |
| 5 | +=== |
| 6 | +**本期特别推荐** 1. 项目: [Stellar(通过物理引擎 UIDynamic 实现超酷物理动画类库](https://github.com/AugustRush/Stellar)),[Floater_(加一个浮动指尖图标到你的演示应用)](https://github.com/Buglife/Floater_),[OOD-Principles-In-Swift(基于 Bob 大叔 OOD 经典 Swift 实现示例)](https://github.com/ochococo/OOD-Principles-In-Swift);2. 文章:[Swift:Selector 语法糖](http://swift.gg/2016/06/02/swift-selector-syntax-sugar/),[Swift 算法实战之路:链表](http://www.jianshu.com/p/cf962aeff643),[用 Swift 编写面向协议的视图](http://swift.gg/2016/06/01/protocol-oriented-views-in-swift/)。 |
| 7 | + |
| 8 | +**大声一:**[十二位优秀的 Swift 开发者个人资料页](https://github.com/ipader/SwiftGuide/wiki/开发者个人资料页) |
| 9 | + |
| 10 | +**大声二:**[Squall - Convert AE animations to iOS code and preview them instantly! ](http://www.marcuseckert.com/squall/) |
| 11 | + |
| 12 | +## 项目 |
| 13 | +> [Swift 项目精选](https://github.com/ipader/SwiftGuide/blob/master/Featured.md) 最近新收录 10 个(标注 ⭐️ 表示收录),合计已收录 472 个。 |
| 14 | +
|
| 15 | +* [tween-controller:易用、强大的交互式菜单及教程创建工具包类库](https://github.com/daltonclaybrook/tween-controller)([Dalton Claybrook](https://github.com/daltonclaybrook)) ⭐️ |
| 16 | + |
| 17 | +* [Stellar:通过物理引擎 UIDynamic 实现超酷物理动画类库](https://github.com/AugustRush/Stellar)([August](https://github.com/AugustRush)) ⭐️ |
| 18 | + |
| 19 | +* [BaoKanIOS:适合 Swift 新手参考的新闻资讯类应用](https://github.com/6ag/BaoKanIOS)([六阿哥](https://github.com/6ag)) ⭐️ |
| 20 | + |
| 21 | +* [URITemplate.swift:方便实用的 URI 模式匹配库](https://github.com/kylef/URITemplate.swift)([Kyle Fuller](https://github.com/kylef)) ⭐️ |
| 22 | + |
| 23 | +* [OOD-Principles-In-Swift:基于 Bob 大叔 OOD 经典(S.O.L.I.D.) Swift 实现示例](https://github.com/ochococo/OOD-Principles-In-Swift)([Oktawian Chojnacki](https://github.com/ochococo)) ⭐️ |
| 24 | + |
| 25 | +* [ios-swift-collapsible-table-section:逐步骤教授如何实现可折叠表格区域及演示](https://github.com/jeantimex/ios-swift-collapsible-table-section)([Su](https://github.com/jeantimex)) ⭐️ |
| 26 | + |
| 27 | +* [Host.swift:小巧实用的主机信息(主机名,网络地址等)捕获类](https://github.com/rjstelling/Host.swift)([Richard Stelling](https://github.com/rjstelling)) ⭐️ |
| 28 | + |
| 29 | + 喜欢老版 NSHost 的同学看过来。 |
| 30 | + |
| 31 | +* [Floater_:加一个浮动指尖图标到你的演示应用](https://github.com/Buglife/Floater_)([Buglife](https://github.com/Buglife)) ⭐️ |
| 32 | + |
| 33 | + 如何安装、使用步骤都写的比较清楚。 |
| 34 | + |
| 35 | +* [ello-ios:ello.co 官方 iOS 开源应用](https://github.com/ello/ello-ios)([Ello](https://github.com/ello)) ⭐️ |
| 36 | + |
| 37 | + ello.co 是一家反广告,相比 Facebook 更简洁、清新的全新社交网站。 |
| 38 | + |
| 39 | +* [NoChat:基于轻量级聊天框架 Chatto 的二次开发库](https://github.com/little2s/NoChat)([Yinglun Duan](https://github.com/little2s)) ⭐️ |
| 40 | + |
| 41 | + “旨在轻量、易定制。Demo简单仿写了流行的消息应用Telegram, WeChat, Slack。语言版本Swift 2.2。” |
| 42 | + |
| 43 | +## 文章 |
| 44 | +> [Swift 文章精选](https://github.com/ipader/SwiftGuide/blob/master/Featured-Articles.md) 最近新收录 6 份(标注 ⭐️ 表示收录),合计已收录 256 份。 |
| 45 | +
|
| 46 | +* [Swift:Selector 语法糖](http://swift.gg/2016/06/02/swift-selector-syntax-sugar/)(来源:[@SwiftGG翻译组](http://weibo.com/swiftguide)) ⭐️ |
| 47 | + |
| 48 | + 精简代码从此类语法糖开始。“今天要发的这篇来头很大,Chris Lattner 亲自转发过,就冲这个也必须读一读了。” |
| 49 | + |
| 50 | +* [Swift 2.0 :揭秘 Map 和 FlatMap](http://swift.gg/2016/05/30/swift2-map-flatmap-demystified/)(来源:[@SwiftGG翻译组](http://weibo.com/swiftguide)) ⭐️ |
| 51 | + |
| 52 | + “这篇文章有点旧,还好赶在 3.0 之前发出来了。关于 map 和 flatmap 已经有太多太多文章,如果你还没有掌握,那一定不要错过这篇。” |
| 53 | + |
| 54 | +* [用 Swift 编写面向协议的视图](http://swift.gg/2016/06/01/protocol-oriented-views-in-swift/)(来源:[@SwiftGG翻译组](http://weibo.com/swiftguide)) ⭐️ |
| 55 | + |
| 56 | + 实战好文。协议解决 shake 动画代码,让主程序代码更简洁。 |
| 57 | + |
| 58 | +* [Swift 利用协议优化 NSNotificationCenter](http://weibo.com/u/1926303682)(译者:[@没故事的卓同学]) ⭐️ |
| 59 | + |
| 60 | +* [Swift 算法实战之路:链表](http://www.jianshu.com/p/cf962aeff643)(作者:[@故胤道长](http://weibo.com/soapyigu)) ⭐️ |
| 61 | + |
| 62 | +* [Swift 网络安全原理及实践](http://weibo.com/u/5732374415)(作者:[@我偏笑_NSNirvana](http://weibo.com/u/5732374415)) ⭐️ |
| 63 | + |
| 64 | +* [App:PaintCode 新出了一个可将 Sketch 3 图形自动转换为 Swift 或 Objective-C 代码的收费插件](http://www.paintcodeapp.com/sketch) |
| 65 | + |
| 66 | + 代码实现上可以斟酌,比如采用更好的框架代码。 |
| 67 | + |
| 68 | +* [App:Squall - Convert AE animations to iOS code and preview them instantly! ](http://www.marcuseckert.com/squall/) |
| 69 | + |
| 70 | + 动画这类专业设计工作,通过工具转代码是正道。 |
0 commit comments