Class NSLayoutXAxisAnchor

All Implemented Interfaces:
NSCoding, NSObjectProtocol, ObjCProtocol

public class NSLayoutXAxisAnchor
extends NSLayoutAnchor<NSLayoutXAxisAnchor>
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • NSLayoutXAxisAnchor

      public NSLayoutXAxisAnchor()
    • NSLayoutXAxisAnchor

      protected NSLayoutXAxisAnchor​(NSObject.Handle h, long handle)
    • NSLayoutXAxisAnchor

      protected NSLayoutXAxisAnchor​(NSObject.SkipInit skipInit)
  • Method Details

    • anchorWithOffsetToAnchor

      public NSLayoutDimension anchorWithOffsetToAnchor​(NSLayoutXAxisAnchor otherAnchor)
      Since:
      Available in iOS 10.0 and later.
    • constraintEqualToSystemSpacingAfterAnchor

      public NSLayoutConstraint constraintEqualToSystemSpacingAfterAnchor​(NSLayoutXAxisAnchor anchor, double multiplier)
      Since:
      Available in iOS 11.0 and later.
    • constraintGreaterThanOrEqualToSystemSpacingAfterAnchor

      public NSLayoutConstraint constraintGreaterThanOrEqualToSystemSpacingAfterAnchor​(NSLayoutXAxisAnchor anchor, double multiplier)
      Since:
      Available in iOS 11.0 and later.
    • constraintLessThanOrEqualToSystemSpacingAfterAnchor

      public NSLayoutConstraint constraintLessThanOrEqualToSystemSpacingAfterAnchor​(NSLayoutXAxisAnchor anchor, double multiplier)
      Since:
      Available in iOS 11.0 and later.