天天看點

《深入淺出iPhone/iPad開發(第2版)》——導讀

本節書摘來自異步社群《深入淺出iphone/ipad開發(第2版)》一書中的目錄,作者 【美】dan pilone , tracey pilone,更多章節内容可以通路雲栖社群“異步社群”公衆号檢視

《深入淺出iPhone/iPad開發(第2版)》——導讀

<a href="https://yq.aliyun.com/articles/102185">1 入門</a>

<a href="https://yq.aliyun.com/articles/102188">是以,你想要建立一個ios應用程式……</a>

<a href="https://yq.aliyun.com/articles/102194">……因為每個人都想要一個!</a>

<a href="https://yq.aliyun.com/articles/102200">應用程式生活在名為itunes的宇宙中</a>

<a href="https://yq.aliyun.com/articles/102204">作出決定的時間</a>

<a href="https://yq.aliyun.com/articles/102206">所有的一切都從ios sdk開始</a>

<a href="https://yq.aliyun.com/articles/102211">四處看看</a>

<a href="https://yq.aliyun.com/articles/102216">xcode包含了應用程式模闆,幫助你開始建立新的應用程式</a>

<a href="https://yq.aliyun.com/articles/102220">xcode是一個全功能的內建開發環境</a>

<a href="https://yq.aliyun.com/articles/102224">xcode是你的ios項目的樞紐</a>

<a href="https://yq.aliyun.com/articles/102227">在xcode中建立你的界面</a>

<a href="https://yq.aliyun.com/articles/102233">添加按鈕到你的視圖中</a>

<a href="https://yq.aliyun.com/articles/102240">ios模拟器讓你可以在mac上測試你的應用程式</a>

<a href="https://yq.aliyun.com/articles/102242">idecide的邏輯</a>

<a href="https://yq.aliyun.com/articles/102246">替換按鍵的文本</a>

<a href="https://yq.aliyun.com/articles/102250">你正在使用模型-視圖-控制器模式</a>

<a href="https://yq.aliyun.com/articles/102258">發生了什麼</a>

<a href="https://yq.aliyun.com/articles/102261">使用gui編輯器連接配接ui控制到代碼</a>

<a href="https://yq.aliyun.com/articles/102265">元件可以觸發特定事件</a>

<a href="https://yq.aliyun.com/articles/102268">連接配接你的事件到方法</a>

<a href="https://yq.aliyun.com/articles/102270">你已經建立了自己的第一個iphone應用程式!</a>

<a href="https://yq.aliyun.com/articles/102273">你的ios工具箱</a>

2 ios應用程式模式

3 适于ios的objective-c

4 多視圖

5 plist和模式視圖

6 儲存、編輯和整理資料

7 向ipad遷移

8 标簽欄和核心資料

9 核心資料的遷移和優化

10 照相機、地圖套件與核心位置

11 ipad ui

i 遺留問題

ii 準備釋出一個應用程式