Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yrq110/some-ios-tutorials-with-swift-cn

Translate some iOS tutorials with Swift in Chinese
https://github.com/yrq110/some-ios-tutorials-with-swift-cn

ios swift tutorials

Last synced: about 2 months ago
JSON representation

Translate some iOS tutorials with Swift in Chinese

Awesome Lists containing this project

README

        

# 一些使用Swift的iOS教程

***
> * [**Gitbook**](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/)
> * [**Github**](https://github.com/yrq110/Some_IOS_Tutorials_With_Swift)
***

### 目录
1. [Swift指南:使用JSON](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Swift%20Tutorial:%20Working%20with%20JSON.html)
2. [Apple Pencil指南:入门](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Apple%20Pencil%20Tutorial:%20Getting%20Started.html)
3. [Swift函数式编程介绍](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Introduction%20to%20Functional%20Programming%20in%20Swift.html)
4. [Sprite Kit Swift 2初学指南](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Sprite%20Kit%20Swift%202%20Tutorial%20for%20Beginners.html)
5. [Swift的OAuth 2.0使用指南](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/OAuth%202.0%20with%20Swift%20Tutorial.html)
6. [使用Swift在Xcode7中的单元测试](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Unit%20Testing%20in%20Xcode%207%20with%20Swift.html)
7. [Bond指南:Swift数据绑定](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Bond%20Tutorial:%20Bindings%20in%20Swift.html)
8. [Swift 3中的新特性](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/What%E2%80%99s%20New%20in%20Swift%203.html)
9. [使用Multipeer Connectivity框架构建一个聊天app](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Building%20a%20Chat%20App%20in%20Swift%20Using%20Multipeer%20Connectivity%20Framework.html)
10. [使用Swift与HealthKit的睡眠分析](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Using%20Sleep%20Analysis%20in%20HealthKit%20with%20Swift.html)
11. [使用Markdown文档化Xcode中的Swift代码](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Documenting%20Your%20Swift%20Code%20in%20Xcode%20Using%20Markdown.html)
12. [使用CAGradientLayer创建渐变色](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Creating%20Gradient%20Colors%20Using%20CAGradientLayer.html)
13. [如何使用HTML模板与UIPrintPageRenderer生成PDF](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/How%20to%20Generate%20PDF%20using%20HTML%20Templates%20and%20UIPrintPageRenderer%20in%20iOS.html)
14. [使用iOS 10的Speech框架构建一个语音转文本app](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Building%20a%20Speech-to-Text%20App%20Using%20Speech%20Framework%20in%20iOS%2010.html)
15. (未开始)[如何创建一个Uber启动动画(How To Create an Uber Splash Screen)](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/How%20To%20Create%20an%20Uber%20Splash%20Screen.html)
16. [在Xamarin与Visual Studio中构建iOS应用](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Building%20iOS%20Apps%20with%20Xamarin%20and%20Visual%20Studio.html)
17. [使用SwiftyDB管理SQLite数据库](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Managing%20SQLite%20Database%20with%20SwiftyDB.html)
18. [使用Swift检测省电模式](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Detecting%20low%20Power%20Mode%20in%20Swift.html)
19. [在iOS 10中使用Swift 3与UIViewPropertyAnimator设计动画](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Designing%20Animations%20with%20UIViewPropertyAnimator%20in%20iOS%2010%20and%20Swift%203.html)
20. [Swift中的模式匹配](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Pattern%20Matching%20in%20Swift.html)
21. [CloudKit指南:入门](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/CloudKit%20Tutorial:%20Getting%20Started.html)
22. [使用Core Image的iOS人脸识别](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Face%20Detection%20in%20iOS%20Using%20Core%20Image.html)
23. (进行中)[macOS单元测试(一)(Unit Testing on macOS: Part 1)](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Unit%20Testing%20on%20macOS:%20Part%201.html)
24. (进行中)[macOS单元测试(二)(Unit Testing on macOS: Part 2)](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Unit%20Testing%20on%20macOS:%20Part%202.html)
25. [Core Location的地理围栏开发指南](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Geofencing%20Tutorial%20with%20Core%20Location.html)
26. [使用Vapor构建你的第一个Swift Web应用](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Building%20Your%20First%20Web%20App%20in%20Swift%20Using%20Vapor.html)
27. [Swift中的ARC与内存管理](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/ARC%20and%20Memory%20Management%20in%20Swift.html)
28. [Xcode 8中的Auto Layout新手指南](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/A%20Beginner%E2%80%99s%20Guide%20to%20Auto%20Layout%20with%20Xcode%208.html)
29. [iOS10中的User Notifications框架介绍](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Introduction%20to%20User%20Notifications%20Framework%20in%20iOS%2010.html)
30. [Xcode 8中使用Swift 3构建条形码与QR码识别器](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Building%20a%20Barcode%20and%20QR%20Code%20Reader%20in%20Swift%203%20and%20Xcode%208.html)
31. [Core Plot指南:入门](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Core%20Plot%20Tutorial:%20Getting%20Started.html)
32. [奇妙的Swift错误处理](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/Magical%20Error%20Handling%20in%20Swift.html)
33. (进行中)[UIPresentationController指南:入门](https://yrq110.gitbooks.io/some_ios_tutorials_with_swift/content/UIPresentationController%20Tutorial:%20Getting%20Started.html)
34. (未开始)[RxSwift与RxCocoa入门](https://www.raywenderlich.com/138547/getting-started-with-rxswift-and-rxcocoa)
35. (未开始)[iOS Accessibility指南:入门](https://www.raywenderlich.com/142058/ios-accessibility-tutorial)

### 来源
* [Ray Wenderlich](https://www.raywenderlich.com/)
* [AppCoda](http://www.appcoda.com/)
* [iOS-Blog](http://www.ios-blog.co.uk/)
* [Jameson Quave](http://jamesonquave.com/)

### 译者
* [yrq110](https://github.com/yrq110)
* [bugcode](https://github.com/bugcoding)

> 人手有限,若有翻译不当之处可直接PR或发送邮件到[email protected]即可。