LGAlertView Versions Save

Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. You can customize every detail. Make AlertView of your dream! :)

2.0.0

8 years ago

Now LGAlertView combine UIAlertViewController, UIAlertView and UIActionSheet.

You can:

  • Select the style
    • LGAlertViewStyleAlert
    • LGAlertViewStyleActionSheet
  • Select window level:
    • alertView.windowLevel = LGAlertViewWindowLevelAboveStatusBar;
    • alertView.windowLevel = LGAlertViewWindowLevelBelowStatusBar;
  • Make any button disabled (important for AlertView with TextField)
    • - (void)setButtonAtIndex:(NSUInteger)index enabled:(BOOL)enabled;

New notifications was added (userInfo dictionary contains necessery info):

  • kLGActionSheetActionNotification
  • kLGActionSheetCancelNotification
  • kLGActionSheetDestructiveNotification

1.1.2

8 years ago

Fix deprecation warnings, add notifications for action, cancel and destructive handlers and fix some bugs

1.1.1

8 years ago

Fixed status bar style and crash when windowPrevious is not exists

1.1.0

8 years ago

Fixed bug with Slide Over on iOS 9, update default styles and add ability to set buttons and textFields height and vertical offset

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago