public interface UILayoutSupport
| Modifier and Type | Method and Description |
|---|---|
NSLayoutYAxisAnchor |
bottomAnchor() |
NSLayoutDimension |
heightAnchor() |
double |
length()
As a courtesy when not using auto layout, this value is safe to refer to in -viewDidLayoutSubviews, or in -layoutSubviews after calling super
|
NSLayoutYAxisAnchor |
topAnchor()
Constraint creation conveniences.
|
NSLayoutYAxisAnchor bottomAnchor()
NSLayoutDimension heightAnchor()
double length()
NSLayoutYAxisAnchor topAnchor()