TKStackLayoutAlignment Constants Reference
Declared in | TKStackLayout.h |
TKStackLayoutAlignment
@enum TKStackLayoutAlignment @disucssion Alignement modes for TKStackLayout.
Definition
typedef NS_ENUM(NSInteger, TKStackLayoutAlignment ) {
TKStackLayoutAlignmentFill,
TKStackLayoutAlignmentTop,
TKStackLayoutAlignmentCenter,
TKStackLayoutAlignmentBottom,
TKStackLayoutAlignmentLeading,
TKStackLayoutAlignmentTrailing,
};
Constants
TKStackLayoutAlignmentFill
-
Stretches the views to fill the layout width/height.
Declared In
TKStackLayout.h
. TKStackLayoutAlignmentTop
-
Top alignment.
Declared In
TKStackLayout.h
. TKStackLayoutAlignmentCenter
-
Center alignment.
Declared In
TKStackLayout.h
. TKStackLayoutAlignmentBottom
-
Bottom alignment.
Declared In
TKStackLayout.h
. TKStackLayoutAlignmentLeading
-
Alignes the views to the leading edge in vertical layout.
Declared In
TKStackLayout.h
. TKStackLayoutAlignmentTrailing
-
Alignes the views to the trailing edge in vertical layout.
Declared In
TKStackLayout.h
.
Declared In
TKStackLayout.h