UITabBar.as constructor

UITabBar.as(
  1. ObjCObject other
)

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

Implementation

UITabBar.as(objc.ObjCObject other) : object$ = other {
  assert(isA(object$));
}