Declared in TKAlert.h

TKAlertSwipeDismissDirection

@enum TKAlertSwipeDismissDirection

Defines the orientations(s) at which TKAlert can be panned.

Definition

typedef NS_ENUM(NSInteger, TKAlertSwipeDismissDirection ) {
   TKAlertSwipeDismissDirectionHorizontal,
   TKAlertSwipeDismissDirectionVertical,
};

Constants

TKAlertSwipeDismissDirectionHorizontal
 Left or Right.

Declared In TKAlert.h.

TKAlertSwipeDismissDirectionVertical
 Up or Down (default).

Declared In TKAlert.h.

Declared In

TKAlert.h