我看应用的情况,UITableViewCell的textLabel的textColor是自动控制的,而且好像是根据backgroundColor来判断的。
这个textLabe的textColor能不能像UITableViewCell的backgorundView和selectBackgroundView的方式来设置
我看应用的情况,UITableViewCell的textLabel的textColor是自动控制的,而且好像是根据backgroundColor来判断的。
这个textLabe的textColor能不能像UITableViewCell的backgorundView和selectBackgroundView的方式来设置
1 回答841 阅读
2 回答637 阅读
1 回答625 阅读
2 回答635 阅读
1 回答713 阅读
651 阅读
cell的textLabel是可以自定义textColor,还有highlightedTextColor,这就是两种状态。