UINavigationControllerDelegate.as constructor

UINavigationControllerDelegate.as(
  1. ObjCObject other
)

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

Implementation

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