UIViewControllerTransitioningDelegate.as constructor

UIViewControllerTransitioningDelegate.as(
  1. ObjCObject other
)

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

Implementation

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