Declared in TKCoreStackLayout.h

TKCoreStackLayoutItemOrder

@enum TKCoreStackLayoutItemOrder

Defines whether to reverse the order in which subviews are arranged.

Definition

typedef NS_ENUM(NSInteger, TKCoreStackLayoutItemOrder ) {
   TKCoreStackLayoutItemOrderNormal,
   TKCoreStackLayoutItemOrderReverse,
};

Constants

TKCoreStackLayoutItemOrderNormal
 Items should be arranged in the same order they are added in the stack.

Declared In TKCoreStackLayout.h.

TKCoreStackLayoutItemOrderReverse
 Items should be arranged in reverse order.

Declared In TKCoreStackLayout.h.

Declared In

TKCoreStackLayout.h