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