这里是打开一个模式(“添加成分”)一个UITableViewCell:
我设置的标签颜色相匹配的应用程序的tintColor:
cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:nil];
cell.textLabel.text = @"Add Ingredients...";
cell.textLabel.textColor = [self.view tintColor];
如何暗淡文本颜色时, UIAlertView
或UIActionSheet
提出? 此行为是默认按钮和其他控制,而不是一个单元格的文本标签。
我发现tintAdjustmentMode和tintColorDidChange引用,但不知道如何可以使用。
或者我应该加入一个按钮,我的手机? 我以前使用这种方法的经验是不是最优的 - 有侧efffects与响应。