Chapter 2. The Swift Language

Types in Swift

主要爲三類

structures

classes

enumerations

所有的三類都有

properties: 某種類型的值

initializers: 初始化實例的代碼

class 或 static methods: Type自己可以調用的Functions

Swift 標準庫提供三類 Collections: arrays, dictionaries 和 sets.

array是順序Collections,arra......

2016 - 02 - 18

Chapter 1. A Simple iOS App

iOS Programming 學習筆記

瞭解Xcode界面,學習使用Interface Builder

添加物件到界面,在Code中建立物件,在Interface Builder中連接。

實現Function

Auto Layout中設置限制

添加Icon和Launch Screen

2016 - 02 - 18

Welcome to Cocoaing, Convert to Swift 1.2

忙碌的一週,我的Macbook Pro無法啓動OS X, 在更換了SSD和硬盤數據線後,安裝了系統,終於可以使用,因爲磁盤容量變小了,我就沒有用Time Machine恢復。所以軟件都需要重新安裝。

本週,蘋果發佈了 Swift 1.2 and Xcode 6.3 beta Swift 1.2 and Xcode 6.3在語言和工具上都做了改進,同時舊的代碼可能會報錯,Xcode在 Edit -> Convert -> To Swift 1.2 Swift Blog

ht......

2015 - 02 - 12