使用自己的容器和按钮创建自定义警报视图

custom_alertview_IOS

使用自己的容器和按钮创建自定义警报视图

如何安装:-

  1. 将 CustomAlertView 类导入到项目中。
  2. 现在创建 CustomAlertView 对象并调用 show() 方法。 var objCustomAlert:CustomAlertView? objCustomAlert = CustomAlertView() objCustomAlert!.显示()
  3. 使用以下属性自定义警报视图:- buttonTitles, showCloseButton, alertBGColor, buttonBGColor, alertButtonDirection, buttonIcons, alertDisshort = onTouchDismiss.touchDismissYES.
  4. 保持联络。更多即将推出

背景图片

背景图片

GitHub

点击跳转