Skip to content

jquepi/custom_alertview_IOS

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published