這是iOS使用Objective-C程式設計教學的簡約目錄:
- First iOS 您的第1個iOS
- 視覺化編輯您的介面 - Interface Builder
- 尤如主機板般的控制 - Controller
- IBOutlet標記 - 在Controller標記出Button按鈕的參照實體
- IBAction標記 - 在Controller標記出View元件的動作
- "觸碰+動感" 到 "繪圖+動畫" 再到 "使用者基本互動" UIResponder -> UIView -> UIControl
- 命令別人做事 - target & action
- 委托別人作事 - delegate & protocol
- 讓我通知您 - 通知中心NSNotificationCenter
- 說故事,場景->轉場->場景->轉場… Storyboard & Scene & Segue