? ? ?學習一門語言,我覺得有兩點很重要:(一)語言的由來以及變更;(二)使用該語言開發時的開發工具。
? ? ? Swift,蘋果于2014年WWDC(蘋果開發者大會-2014年6月2日)發布的新開發語言,可與Objective-C*共同運行于Mac OS和iOS平臺,用于搭建基于蘋果平臺的應用程序。蘋果對其也進行了幾次版本更新,從最初的1.0到目前的3.0.1,具體的更新時間如下。 如果想了解每一個版本有什么變更,請移步 ?https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/RevisionHistory.html#//apple_ref/doc/uid/TP40014097-CH40-ID459? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
2014-08-18 -- Swift 1.0, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2014-10-16 -- Updated for Swift 1.1. ? ? ? ? ? 2015-04-08 -- Updated for Swift 1.2.
2015-09-16 -- Updated for Swift 2.0. ? ? ? ? ? ?2015-10-20 -- Updated for Swift 2.1. ? ? ? ? ? ? ?2016-03-21 -- Updated for Swift 2.2. ? ? ? ?
2016-09-13 -- Updated for Swift 3.0. ? ? ? ? ? ?2016-10-27 -- Updated for Swift 3.0.1.
? ?目前,Swift的最新版本為3.0.1,如果想盡情完美的體驗3.0.1中的特性,我們的開發工具Xcode需要更新到8.2.1,在Xcode的這個版本更新中,Apple有如此說明
? ? ?在后續的學習中,我將會以官網的The Swift Programming Language (Swift 3.0.1)為學習課本,我的學習筆記將會持續更新中.......