Declared in TKAlert.h

TKAlertActionsLayout

@enum TKAlertActionsLayout

Defines the possible button actions alignments.

Definition

typedef NS_ENUM(NSInteger, TKAlertActionsLayout ) {
   TKAlertActionsLayoutHorizontal,
   TKAlertActionsLayoutVertical,
};

Constants

TKAlertActionsLayoutHorizontal
 Horizontal layout.

Declared In TKAlert.h.

TKAlertActionsLayoutVertical
Vertical layout.

Declared In TKAlert.h.

Declared In

TKAlert.h