How to change UIAlertController button text colour in iOS9?

后端 未结 14 1367
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 16:16

The question is similar to iOS 8 UIActivityViewController and UIAlertController button text color uses window's tintColor but in iOS 9.

I have a UIAlertControlle

14条回答
  •  情话喂你
    2020-12-15 16:43

    [[UIView appearance] setTintColor:[UIColor black]];  
    

    this will change all the UIView tintColor as well as UIAlertController's view

提交回复
热议问题