Declared in DTAlertView.h

DTAlertViewAnimation

Type of show or dismiss animations.

Definition

typedef NS_ENUM(NSInteger, DTAlertViewAnimation ) {
   DTAlertViewAnimationDefault = 0,
   DTAlertViewAnimationSlideTop,
   DTAlertViewAnimationSlideBottom,
   DTAlertViewAnimationSlideLeft,
   DTAlertViewAnimationSlideRight,
};

Constants

DTAlertViewAnimationDefault

Default animation.

Declared In DTAlertView.h.

DTAlertViewAnimationSlideTop

The alert view slide to top side.

Declared In DTAlertView.h.

DTAlertViewAnimationSlideBottom

The alert view slide to bottom side.

Declared In DTAlertView.h.

DTAlertViewAnimationSlideLeft

The alert view slide to left side.

Declared In DTAlertView.h.

DTAlertViewAnimationSlideRight

The alert view slide to right side.

Declared In DTAlertView.h.

Declared In

DTAlertView.h