[前言]
要在應用程式中加入GUI的類別, 必須寫在controll.h檔
[Text Field]
加入 Text Field 的類別:
IBOutlet UITextField * billField;
[Action]
加入Action 類別
- (IBAction)calculate:(id)sender;
文章標籤
全站熱搜
[前言]
要在應用程式中加入GUI的類別, 必須寫在controll.h檔
[Text Field]
加入 Text Field 的類別:
IBOutlet UITextField * billField;
[Action]
加入Action 類別
- (IBAction)calculate:(id)sender;