Skip to content

Commit

Permalink
Update SwiftOldDriver#11.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj authored Mar 18, 2018
1 parent 6161222 commit cab75e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Reports/#11.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ Apple 宣布 WWDC 2018 将于 6 月 4 日至 8 日在圣何塞举行,现已开

文章记录了作者在 Swift 静态库上使用的一些实践作者使用了一个比较 trick 的技巧,通过在 Podfile 中添加自定义脚本的方式,快速为每个第三方库添加 static_framework 支持不过因为是实践类型的,如果要引入到自己的项目中,可能还会有一些坑需要自己处理

### 🐢 [Using Swift Server API 0.1.0](http://www.alwaysrightinstitute.com/microexpress-nio/)

这是一个 Swift Http API 的使用介绍,总共有三篇文章,对于 Swift 服务端开发感兴趣的朋友可以看一看:

1. **[Raw API](http://www.alwaysrightinstitute.com/http-010/)**:Swift Http 原始 API 的使用介绍
2. **[µExpress](http://www.alwaysrightinstitute.com/microexpress/)**:用了 350 行代码,在原始 API 的基础上构建了一个类似于 Express.js 的网络框架
3. **[Swift Nio](http://www.alwaysrightinstitute.com/microexpress-nio/)**:使用最新的 Swift-Nio 处理网络请求

## 设计

### 🐕 🚧 [Designing a better notification experience for iOS](https://uxdesign.cc/designing-a-better-notification-experience-for-ios-def1df8e89e8)
Expand Down

0 comments on commit cab75e5

Please sign in to comment.