UIScrollView.as constructor
UIScrollView.as(
- ObjCObject other
Constructs a UIScrollView that points to the same underlying object as other.
Implementation
UIScrollView.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}