Declared in TKCoreStackLayout.h

TKCoreStackLayoutOrientation

@enum TKCoreStackLayoutOrientation

Defines whether the stack layout should arrange its subviews horiontally or vertically.

Definition

typedef NS_ENUM(NSInteger, TKCoreStackLayoutOrientation ) {
   TKCoreStackLayoutOrientationHorizontal,
   TKCoreStackLayoutOrientationVertical,
};

Constants

TKCoreStackLayoutOrientationHorizontal
 Items should be arranged horizontally.

Declared In TKCoreStackLayout.h.

TKCoreStackLayoutOrientationVertical
 Items should be arranged vertically.

Declared In TKCoreStackLayout.h.

Declared In

TKCoreStackLayout.h