UIStackView.as constructor

UIStackView.as(
  1. ObjCObject other
)

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

Implementation

UIStackView.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIStackView', iOS: (false, (9, 0, 0)));
  assert(isA(object$));
}