Interface UILayoutSupport

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
UILayoutSupportAdapter

public interface UILayoutSupport
extends NSObjectProtocol
  • 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.