UITabBarDelegate.as constructor

UITabBarDelegate.as(
  1. ObjCObject other
)

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

Implementation

UITabBarDelegate.as(objc.ObjCObject other) : object$ = other;