iOS如何在自定义cell中给有tag值得控件赋值

((UIView *)[self.contentView viewWithTag:i+1]);
[((MyButton *)[((UIView *)[self.contentView viewWithTag:1]) viewWithTag:100]) setTitle:@"111" forState:UIControlStateNormal];

屏幕快照 2017-05-02 下午2.27.23.png

你可能感兴趣的:(iOS如何在自定义cell中给有tag值得控件赋值)