2014-08-27 99 views

回答

3

你設置的按鈕後,只需添加一個目標的按鈕,你會在你的應用程序。例如在viewDidLoad中。

[yourButton addTarget:self action:@selector(yourMethod:) forControlEvents:UIControlEventTouchUpInside];