标签: ios iphone swift ios10 uialertcontroller
如何为应用程序中的所有UIAlertController更改字体?
UIAlertController
是否有其他方法可以像其他UIElement一样
例如:
UINavigationBar.appearance().titleTextAttributes = [.font: UIFont.boldSystemFont(ofSize: 16)]
答案 0 :(得分:0)
不可能。私有API也更改UIAlertViewController字体,颜色等。因此,AppStore上没有发布
UIAlertController custom font, size, color