swift经典学习资料汇总

基础知识

https://itunes.apple.com/us/book/the-swift-programming-language/id881256329?mt=11

优秀国外博客

https://developer.apple.com/swift/blog/ 首推官方博客
https://swiftnews.curated.co/issues
http://swifter.tips/ 喵神的swift tips
http://www.mokacoding.com/archive.html moka大神的博客
https://www.natashatherobot.com/ 娜塔莎大神的博客
http://alisoftware.github.io/ Crunchy Development
http://objc.io/ 对应中文 http://objccn.io/
http://airspeedvelocity.net/
http://sketchytech.blogspot.com/
http://radex.io/archive/
http://www.jianshu.com/notebooks/1510426/latest 如果你看不懂外国文字,那么很多优秀的文章的翻译都在这里。
http://www.alloc-init.com/programming-resources/
http://www.appcoda.com/
https://bandes-stor.ch/blog/2015/11/28/help-yourself-to-some-swift/

ui界面相关

https://www.weheartswift.com/uiview-fundamentals/

面向协议编程

https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Protocols.html#//apple_ref/doc/uid/TP40014097-CH25-ID267

https://developer.apple.com/library/tvos/documentation/General/Reference/SwiftStandardLibraryReference/index.html#//apple_ref/doc/uid/TP40014608

http://matthijshollemans.com/2015/07/22/mixins-and-traits-in-swift-2/
https://www.natashatherobot.com/updated-protocol-oriented-mvvm-in-swift-2-0/#

https://developer.apple.com/videos/play/wwdc2014/404/

https://developer.apple.com/videos/play/wwdc2015/408/
细心的你肯定会发现,我把苹果官方的喜欢放到前面

函数式编程

想理解 functor applicative monad 就看这篇吧
http://www.mokacoding.com/blog/functor-applicative-monads-in-pictures/

教程网站

https://www.raywenderlich.com/category/swift 这个很详细
swift俄罗斯
https://www.bloc.io/swiftris-build-your-first-ios-game-with-swift#!/chapters/681

https://www.weheartswift.com/tutorials/

你可能感兴趣的:(swift经典学习资料汇总)