Instance Property
traverseAnchors
Whether anchor traversal includes anchors from the component layer.
Declaration
var traverseAnchors: Bool { get set }Declaration
@property (nonatomic) BOOL traverseAnchors;Declaration
pyobjc_instanceMethods.traverseAnchors() -> bool
pyobjc_instanceMethods.setTraverseAnchors_(traverseAnchors: bool)Discussion
Disabling traversal prevents these anchors from being used to attach later components.
See Also
Attachment
The base anchor name to use for automatic attachment.
Whether the component participates in automatic anchor attachment under the current policy.
Whether the component normally qualifies for automatic anchor attachment.