/UIAlertView

[1.1.0以后版本由UIWidget维护,不做更新]Android 一个类似iOS 弹出框效果,支持样式自定义(如无必须使用iOS效果建议使用Android Material Design 风格AlertDialog)

Primary LanguageJava

UIAlertView


一、简介:

Android 一个类似iOS 弹出框效果,支持样式自定义;更全常见UI库参看 UIWidget

注:如无必须使用iOS效果建议使用Android Material Design 风格AlertDialog

说明1.1.0以后版本UIWidget维护,不再做版本更新

[Sample PC Download]

[Sample Mobile Download]

1.1 Gradle集成

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
     //compile 'com.github.AriesHoo:UIAlertView:1.1.0'
     compile 'com.github.AriesHoo:UIAlertView:${LATEST_VERSION}'
}

二、录屏预览