Declared in TKStackLayout.h

TKStackLayoutDistribution

@enum TKStackLayoutDistribution @disussion Distribution modes for TKStackLayout.

Definition

typedef NS_ENUM(NSInteger, TKStackLayoutDistribution ) {
   TKStackLayoutDistributionNone,
   TKStackLayoutDistributionFillEqually,
   TKStackLayoutDistributionFillProportionally,
};

Constants

TKStackLayoutDistributionNone
 Does not change the size of the views that will be layed out.

Declared In TKStackLayout.h.

TKStackLayoutDistributionFillEqually
 Arranges the views to fill the layout equally.

Declared In TKStackLayout.h.

TKStackLayoutDistributionFillProportionally
 Arranges the views to fill the layout proportionally.

Declared In TKStackLayout.h.

Declared In

TKStackLayout.h