问题描述
- 自定义UIAlertView的UIAppearance方法
-
好像UIAlertView
是根据UIAppearance
和UIAppearanceContainer
来的。但是应该怎么用
UIAppearance
自定义UIAlertView
?我查了一些资料也没查到。
解决方案
UIAppearance
不能设置UIAlertView
.
UIAlertView
只是显示有UIAppearance
,因为UIView
是遵守UIAppearance
的并且UIAlertView
是UIView
的子类.
但是并不能设置
时间: 2024-10-03 18:16:39