好像UIAlertView是根据UIAppearance和UIAppearanceContainer来的。
UIAlertView
UIAppearance
UIAppearanceContainer
但是应该怎么用UIAppearance自定义UIAlertView?我查了一些资料也没查到。
UIAppearance不能设置UIAlertView.
UIAlertView只是显示有UIAppearance,因为UIView是遵守UIAppearance的并且UIAlertView是UIView的子类.但是并不能设置
UIView