Package apple.uikit.protocol
Interface UILayoutSupport
-
public interface UILayoutSupport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSLayoutYAxisAnchorbottomAnchor()NSLayoutDimensionheightAnchor()doublelength()As a courtesy when not using auto layout, this value is safe to refer to in -viewDidLayoutSubviews, or in -layoutSubviews after calling superNSLayoutYAxisAnchortopAnchor()Constraint creation conveniences.
-
-
-
Method Detail
-
bottomAnchor
NSLayoutYAxisAnchor bottomAnchor()
-
heightAnchor
NSLayoutDimension heightAnchor()
-
length
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
-
topAnchor
NSLayoutYAxisAnchor topAnchor()
Constraint creation conveniences. See NSLayoutAnchor.h for details.
-
-