iOS tatableViewCell添加button并获取点击事件

UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom];        ide btn.frame = CGRectMake(cell.frame.size.width-70,20, 50.0f, cell.frame.size.height-60);    spa [btn setTitle:@"预定" forState:UICo
相关文章
相关标签/搜索