ADKLayoutAttribute Constants Reference
Declared in | UIView+ADKAutoLayoutSupport.h |
---|
ADKLayoutAttribute
Definition
typedef NS_ENUM(NSUInteger, ADKLayoutAttribute ) {
ADKLayoutAttributeTop = 1 < < 0,
ADKLayoutAttributeBottom = 1 < < 1,
ADKLayoutAttributeLeading = 1 < < 2,
ADKLayoutAttributeTrailing = 1 < < 3,
ADKLayoutAttributeWidth = 1 < < 4,
ADKLayoutAttributeHeight = 1 < < 5,
};
Constants
ADKLayoutAttributeTop
-
Declared In
UIView+ADKAutoLayoutSupport.h
. ADKLayoutAttributeBottom
-
Declared In
UIView+ADKAutoLayoutSupport.h
. ADKLayoutAttributeLeading
-
Declared In
UIView+ADKAutoLayoutSupport.h
. ADKLayoutAttributeTrailing
-
Declared In
UIView+ADKAutoLayoutSupport.h
. ADKLayoutAttributeWidth
-
Declared In
UIView+ADKAutoLayoutSupport.h
. ADKLayoutAttributeHeight
-
Declared In
UIView+ADKAutoLayoutSupport.h
.