custom_alertview_IOS

To create custom alert view with own container and buttons

How to install:-

  1. Import CustomAlertView class into your project.
  2. Now create CustomAlertView object and call the show() method. var objCustomAlert:CustomAlertView? objCustomAlert = CustomAlertView() objCustomAlert!.show()
  3. use following properties to customize alert view:- buttonTitles, showCloseButton, alertBGColor, buttonBGColor, alertButtonDirection, buttonIcons, alertDismiss = onTouchDismiss.touchDismissYES.
  4. Keep in touch. More coming soon

BackgroundImage

BackgroundImage

GitHub

View Github