Up

NSLayoutAnchor documentation

Authors

Generated by root

Contents -

  1. Software documentation for the NSLayoutAnchor class
  2. Software documentation for the NSLayoutDimension class
  3. Software documentation for the NSLayoutXAxisAnchor class
  4. Software documentation for the NSLayoutYAxisAnchor class

Software documentation for the NSLayoutAnchor class

NSLayoutAnchor : NSObject

Declared in:
AppKit/NSLayoutAnchor.h
Conforms to:
NSCoding
NSCopying
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

constraintEqualToAnchor: 

- (NSLayoutConstraint*) constraintEqualToAnchor: (NSLayoutAnchor*)anchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintEqualToAnchor: constant: 

- (NSLayoutConstraint*) constraintEqualToAnchor: (NSLayoutAnchor*)anchor constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintGreaterThanOrEqualToAnchor: 

- (NSLayoutConstraint*) constraintGreaterThanOrEqualToAnchor: (NSLayoutAnchor*)anchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintGreaterThanOrEqualToAnchor: constant: 

- (NSLayoutConstraint*) constraintGreaterThanOrEqualToAnchor: (NSLayoutAnchor*)anchor constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintLessThanOrEqualToAnchor: 

- (NSLayoutConstraint*) constraintLessThanOrEqualToAnchor: (NSLayoutAnchor*)anchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintLessThanOrEqualToAnchor: constant: 

- (NSLayoutConstraint*) constraintLessThanOrEqualToAnchor: (NSLayoutAnchor*)anchor constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintsAffectingLayout 

- (NSArray*) constraintsAffectingLayout;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

hasAmbiguousLayout 

- (BOOL) hasAmbiguousLayout;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

item 

- (id) item;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

name 

- (NSString*) name;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSLayoutAnchor Class

_constraintsAffectingLayout

@protected NSArray* _constraintsAffectingLayout;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_hasAmbiguousLayout

@protected BOOL _hasAmbiguousLayout;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_item

@protected id _item;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_name

@protected NSString* _name;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




Software documentation for the NSLayoutDimension class

NSLayoutDimension : NSLayoutAnchor

Declared in:
AppKit/NSLayoutAnchor.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

constraintEqualToAnchor: multiplier: 

- (NSLayoutConstraint*) constraintEqualToAnchor: (NSLayoutDimension*)anchor multiplier: (CGFloat)m;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintEqualToAnchor: multiplier: constant: 

- (NSLayoutConstraint*) constraintEqualToAnchor: (NSLayoutDimension*)anchor multiplier: (CGFloat)m constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintEqualToConstant: 

- (NSLayoutConstraint*) constraintEqualToConstant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintGreaterThanOrEqualToAnchor: multiplier: 

- (NSLayoutConstraint*) constraintGreaterThanOrEqualToAnchor: (NSLayoutDimension*)anchor multiplier: (CGFloat)m;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintGreaterThanOrEqualToAnchor: multiplier: constant: 

- (NSLayoutConstraint*) constraintGreaterThanOrEqualToAnchor: (NSLayoutDimension*)anchor multiplier: (CGFloat)m constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintGreaterThanOrEqualToConstant: 

- (NSLayoutConstraint*) constraintGreaterThanOrEqualToConstant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintLessThanOrEqualToAnchor: multiplier: 

- (NSLayoutConstraint*) constraintLessThanOrEqualToAnchor: (NSLayoutDimension*)anchor multiplier: (CGFloat)m;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintLessThanOrEqualToAnchor: multiplier: constant: 

- (NSLayoutConstraint*) constraintLessThanOrEqualToAnchor: (NSLayoutDimension*)anchor multiplier: (CGFloat)m constant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

constraintLessThanOrEqualToConstant: 

- (NSLayoutConstraint*) constraintLessThanOrEqualToConstant: (CGFloat)c;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Software documentation for the NSLayoutXAxisAnchor class

NSLayoutXAxisAnchor : NSLayoutAnchor

Declared in:
AppKit/NSLayoutAnchor.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

anchorWithOffsetToAnchor: 

- (NSLayoutDimension*) anchorWithOffsetToAnchor: (NSLayoutXAxisAnchor*)anchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Software documentation for the NSLayoutYAxisAnchor class

NSLayoutYAxisAnchor : NSLayoutAnchor

Declared in:
AppKit/NSLayoutAnchor.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.
Method summary

anchorWithOffsetToAnchor: 

- (NSLayoutDimension*) anchorWithOffsetToAnchor: (NSLayoutYAxisAnchor*)anchor;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Up