你的位置:首页 > 软件开发 > 操作系统 > UITableView点击背景

UITableView点击背景

发布时间:2015-08-15 12:00:06
系统自定义的点击背景有时间觉得效果不好想换个- (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; if (sel ...

系统自定义的点击背景有时间觉得效果不好想换个

- (void)setSelected:(BOOL)selected animated:(BOOL)animated {  [super setSelected:selected animated:animated];  if (selected) {    self.backgroundColor = [UIColor redColor];  }else {    self.backgroundColor = [UIColor whiteColor];  }}

原标题:UITableView点击背景

关键词:ie

ie
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。