如何更改应用程序中所有UIAlertController
的字体?
有什么方法能像我们对其他维吾尔族人那样
前任:
UINavigationBar.appearance().titleTextAttributes = [.font: UIFont.boldSystemFont(ofSize: 16)]
最佳答案
不可能。更改UIAlertViewController字体、颜色等也是私有API。所以AppStore没有发布
UIAlertController custom font, size, color
关于ios - 更改应用程序中所有UIAlertController的字体,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/52756826/