How can I customize an iOS alert view?

后端 未结 6 1877
情歌与酒
情歌与酒 2020-11-27 11:04

I want to create a custom alert view within my iOS application. For example, I want to put some images in this alert, and change its

6条回答
  •  盖世英雄少女心
    2020-11-27 11:36

    Here's a custom alert view that I wrote which is a drop-in replacement for UIAlertView. You can set a custom background image; it wouldn't be hard to extend to support custom background colors.

    https://github.com/TomSwift/TSAlertView

提交回复
热议问题