Class NSLayoutXAxisAnchor

    • Constructor Detail

      • NSLayoutXAxisAnchor

        public NSLayoutXAxisAnchor()
      • NSLayoutXAxisAnchor

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

      • 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.