我正在研究tvOS项目,我需要创建具有特定背景颜色和文本的自定义警报视图。
答案 0 :(得分:0)
最后,我得到了解决方案,
if let next = context.nextFocusedView as? UIButton {
next.setTitleColor(UIColor.blackColor(), forState: UIControlState.Focused)
next.backgroundColor = UIColor(red: 248/255, green: 175/255, blue: 2/255, alpha: 1.0)