Package org.robovm.apple.uikit
Interface UILayoutSupport
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UILayoutSupportAdapter
public interface UILayoutSupport extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description NSLayoutYAxisAnchorgetBottomAnchor()NSLayoutDimensiongetHeightAnchor()doublegetLength()NSLayoutYAxisAnchorgetTopAnchor()
-
Method Details
-
getLength
double getLength() -
getTopAnchor
NSLayoutYAxisAnchor getTopAnchor()- Since:
- Available in iOS 9.0 and later.
-
getBottomAnchor
NSLayoutYAxisAnchor getBottomAnchor()- Since:
- Available in iOS 9.0 and later.
-
getHeightAnchor
NSLayoutDimension getHeightAnchor()- Since:
- Available in iOS 9.0 and later.
-