UINavigationBar.as constructor

UINavigationBar.as(
  1. ObjCObject other
)

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

Implementation

UINavigationBar.as(objc.ObjCObject other) : object$ = other {}