NSLayoutAnchor.as constructor

NSLayoutAnchor.as(
  1. ObjCObject other
)

Constructs a NSLayoutAnchor that points to the same underlying object as other.

Implementation

NSLayoutAnchor.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('NSLayoutAnchor', iOS: (false, (9, 0, 0)), macOS: (false, (10, 11, 0)));
}