NSLayoutXAxisAnchor.as constructor

NSLayoutXAxisAnchor.as(
  1. ObjCObject other
)

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

Implementation

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