UIAlertController tint color defaults to blue on highlight

后端 未结 11 1088
傲寒
傲寒 2021-01-01 10:56

I\'m use the following code to present a UIAlertController action sheet with the item text as red. I\'ve used the tint property to set the color.

UIAlertCont         


        
11条回答
  •  不思量自难忘°
    2021-01-01 11:20

    UIAlertController is availabel iOS 8 and later , thus there is a bug for devices with older version. There's no problem for devices with corresponding or higher version.

提交回复
热议问题