更改应用程序中所有UIAlertController的字体

时间:2018-10-11 09:35:51

标签: ios iphone swift ios10 uialertcontroller

如何为应用程序中的所有UIAlertController更改字体?

是否有其他方法可以像其他UIElement一样

例如:

UINavigationBar.appearance().titleTextAttributes = [.font: UIFont.boldSystemFont(ofSize: 16)]

1 个答案:

答案 0 :(得分:0)

不可能。私有API也更改UIAlertViewController字体,颜色等。因此,AppStore上没有发布

UIAlertController custom font, size, color