Object C的基礎教http://otierney.net/objective-c.html.zh-tw.big5。\
1.打開Xcode,選擇Create a new Xcode project
2. 選寫iOS Application,再選擇Single View Application
3. 選擇下一步(NEXT),並輸入下列參數:
Product Name:
Company Identifier: tw.edu.nkut
Class Prefix: DLI
Device Family: iPhone
取消/設定下列選項
取消:Use Storyboards
設定:Use Automatic Reference counting
取消:Include Unit Tests
4.選擇Next鍵,然後選擇儲存位置,暫時選擇桌面,按下Create鍵,Xcode會自動產生程式碼。
5.點選DLIViewController.xib檔,準備進行人機介面設計。
6.拖移Label元件到View工作區中,並把屬性Text設定成HelloWorld,按下執行鈕,大功告成。
7.執行結果
8.我們來看看系統所產生的程式碼
#import 是指將滙入所使用到的程式,在這裹是指滙入 <UIKit/UIKit.h>,UIKit提供一系列的類別來建立和管理iPhone OS應用程式的介面、事件控制、繪圖模型等。
@class 宣告類別
沒有留言:
張貼留言