Changing the background color of a UIAlertView?

前端 未结 12 1119
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 03:12

I want to change the background color of my UIAlertView, but this doesn\'t appear to have a color attribute.

12条回答
  •  死守一世寂寞
    2020-11-28 03:58

    I recently found the GRAlertView, which allow you to tailor UIAlertView in an easy way that at least I like. You find it here: https://github.com/goncz9/GRAlertView

提交回复
热议问题