我在StoryBoard上有一个条形按钮项,它的标识符是Play, 如何在代码上更改此栏按钮的标识符?
- (IBAction)play:(UIBarButtonItem *)sender {
// For example,when I touch this button,
// it change its Identifier to Stop
}
答案 0 :(得分:0)
使用UIButton
的{{1}}功能
使用tag
插座设置标记进行播放,例如UIButton
然后在
testButton.tag = 1;