(ios開發學習筆記一)ios專案檔結構

來源:互聯網
上載者:User

下面是單個表單項目例子,我們從這個項目開始,說明ios專案檔結構

項目清單說明:

1 supporting files 檔案夾

supporting files中放置了項目支援檔案,下面是各種檔案功能說明

helloword-info.plish 檔案 :放置項目屬性:如icon,項目顯示名稱,版本號碼等。

         infoplist.strings檔案:放置項目地區資訊

                    main.m檔案:主開機檔案

 helloword-prefix.pch檔案:放置第三方先行編譯資訊

 

2 AppDelegate.h  和AppDelegate.m

主應用委託:主要功能是程式介面啟動程式,在appdelegate 中建立表單,設定RootViewcontrol

 

3 UIviewcontrollerviewcontroller.m 和UIviewcontrollerviewcontroller.h

    ViewController表單控制器負責在model 和UIView之間傳遞資料,相應事件

 

4 UIviewcontrollerviewcontroller.xib 

   UIviewcontrollerviewcontroller.xib表單檔案,顯示內容,相應使用者互動行為

補充說明:

   Storyboard 檔案,存放UIView集合 並且可以設定UIView之間的關係

 

5 frameworks 檔案夾

  放置系統架構 

 

6 products 檔案夾

  放置編譯後的產品

 

 

   

 

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.