我剛開始學習Objective-C,有一件事對我來說並不明確將void連接到操作?
好吧,我在InterFace Builder中有一個按鈕。我的.h文件我有代碼;
- (void)startButtonPressed:(id)sender;
我怎麼能'link'
的'void'
我的按鈕做的動作?
這裏的代碼不能正常工作我該怎麼做?
- (void)startButtonPressed:(id)sender {
//Some stuff in here
}
有誰知道如何解決這個問題?
我做過; ' - (IBAction)startButtonPressed:(id)sender;'但我無法將按鈕連接到動作?在界面生成器? – Blazer 2012-01-08 21:22:32
表示您看到IB中的操作,無法連接,或者您甚至沒有看到它? – 2012-01-08 21:25:32