TKCoreStackLayoutOrientation Constants Reference
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
Declared In
TKCoreStackLayout.h