ios 怎么获取xib中tag对应的按钮
1个回答
2016-08-26
展开全部
用block
- (IBAction)ClickAction:(id)sender {
self.btnBlock(sender);
}
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
cell.btnBlock = ^(UIButton *btn)
{
这里可以取到tag =indexpath
};
}
- (IBAction)ClickAction:(id)sender {
self.btnBlock(sender);
}
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
cell.btnBlock = ^(UIButton *btn)
{
这里可以取到tag =indexpath
};
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询