用Swift寫的一個功能比較完善的App,參照Beginning iOS 8 Programming with Swift一書。功能比較完善。AutoLayout、Core Animation、Core Data、國際化等。html
https://github.com/sxyx2008/FoodPinnode
我天天都畫草圖,你也該試試看ios
http://www.beforweb.com/node/643git
Lister 這個官方 demo 也跑起來了。Apple 仍是很用心的,不只作了 iOS、Mac 和 Apple Watch 版本,而且爲這個 demo 分別用 Objective-C 和 Swift 實現了一遍,最後還配了整整 30 頁的文檔!我以爲學 iOS Swift 開發(或 Apple Watch 開發)只從用這個官方 demo 入口均可以:程序員
https://developer.apple.com/library/ios/samplecode/Lister/Introduction/Intro.htmlgithub
一些知名App用到的第三方庫彙總web
http://www.jianshu.com/p/c5b0eb58b878objective-c
iOS各類調試技巧豪華套餐swift
http://www.cnblogs.com/daiweilai/p/4421340.htmlcookie
簡約之道 - 最小化界面設計的組成要素及可用性分析
http://www.beforweb.com/node/749
用Swift寫的百度FM,支持Apple Watch
https://github.com/belm/BaiduFM-Swift
關鍵幀動畫實用教程。
http://www.devtalking.com/articles/uiview-keyframe-animation/
「 2015 移動端 UI/UX 趨勢 」設計師和程序員都值得關注的新流行。
http://get.jobdeer.com/7749.get/
iOS當中4種UI元素的可用性問題及優化建議
http://www.beforweb.com/node/748
神技巧演示如何基於 Safari cookies 自動登陸 iOS 應用。
https://github.com/mackuba/SafariAutoLoginTest
【使用React、Node.js、MongoDB、Socket.IO開發一個角色投票應用】最近翻譯的一篇教程,你將學習到如何使用Node.js構建一個REST API、使用MongoDB保存和檢索數據、使用Socket.IO跟蹤在線的訪問者,以及使用React + Flux和服務端渲染來構建單頁面應用,最後將應用部署到雲端。
http://idlelife.org/archives/977
UIGestureRecognizer教程:建立自定義手勢識別器
http://swift.gg/2015/08/11/uigesturerecognizer-tutorial-creating-custom-recognizers/
手勢識別機器學習類庫及演示。
https://github.com/fe9lix/PennyPincher
Objective-C 的運行時以及 Swift 的動態性
https://realm.io/cn/news/mobilization-roy-marmelstein-objective-c-runtime-swift-dynamic/
採用 Swift 3.0 部分實現 Javascript Promises/A+ 標準
https://github.com/malcommac/Hydra
開源 Swift30Projects。內含30個小App,更新至 Swift 3.0。我這個版本更注重代碼規範和架構設計,並且每一個項目我都註明了教程連接,你們徹底能夠照葫蘆畫瓢。能夠說是 by the developer and for the developer.
https://github.com/soapyigu/Swift30Projects
值語義(不是值類型)
https://realm.io/cn/news/swift-gallagher-value-semantics/