(void)updateUI // Calling this from IBAction { for(UIButton *button in self.buttons) { [button setTitle:@"S" forState:UIControlStateSelected]; [button ...
確定! 回上一頁