2016年2月24日

UITableView 任意设置Cell选中状态的背景色

摘要: 任意设置Cell选中状态的背景色: UIView *bgView = [[UIView alloc] init]; bgView.backgroundColor = [UIColor orangeColor]; self.selectedBackgroundView = bgView; [bgVie 阅读全文

posted @ 2016-02-24 11:20 画眼线的乞丐 阅读(212) 评论(0) 推荐(0)

导航