1. 程式人生 > >改變UIALertView中button的字型顏色

改變UIALertView中button的字型顏色

stackoverflow上說UIActionSheet也可以這樣改變:

[[UIView appearance] setTintColor:[UIColor redColor]]; can also change UIActionSheet buttons' color temporary

但是也有人說,UIActionSheet的顏色,應該通過keyWindow的tintColor也可以設定。UIAlertView因為有自己的window

還未驗證過。