swift基础总结链接:
http://www.cocoachina.com/swift/20170828/20388.html
https://blog.csdn.net/youshaoduo/article/details/77678425
Swift 4.0 学习笔记,常用知识点总结,比较详细易懂:
https://blog.csdn.net/xxywxlyygx/article/details/78742398
iOS中的HOOK技术(FishHook框架, RunTime详解, Method Swizzling)
https://www.jianshu.com/p/1ba44f9ea71a
https://www.jianshu.com/p/f2f40e8a67db
RunLoop 原理+使用场景+面试总结(总结的很棒!):
https://www.jianshu.com/p/ac05ac8428ac
@escaping, weak和unowned, PlaygroundPage无限执行:
https://www.jianshu.com/p/266c2370effd
iOS-AFNetworking3.0上传大量(1000张)图片到服务器,Queue实战,semaphore信号量的使用:
https://www.jianshu.com/p/5162df747879
Alamofire框架的使用一 —— 基本用法(Swift版的AFNetworking框架)https://www.jianshu.com/p/f8c3adb056cf
iOS Instrument使用 -- Timer Profiler耗时分析
https://blog.csdn.net/kuangdacaikuang/article/details/78919702
Swift--协议Protocol详解
https://www.cnblogs.com/muzijie/p/6596164.html
半小时学会正则表达式语法
https://www.jianshu.com/p/059f8a66c28a
swift中高阶函数map、flatMap、filter、reduce:
http://www.hangge.com/blog/cache/detail_1827.html
https://www.cnblogs.com/muzijie/p/6542650.html
(Map处理出新数组,filter过滤符合要求的元素组成新数组)
(flatMap功能: 1. 平铺嵌套的数组元素,2. 过滤掉nil)
Swift 4 reduce函数(计算,如求和)
https://blog.csdn.net/qin_shi/article/details/8237896
Swift contains的用法(判断是否包含)
https://www.jianshu.com/p/d66e91041db5
《swift 进阶》全书总结: