UIViewControllerPreviewing.as constructor

UIViewControllerPreviewing.as(
  1. ObjCObject other
)

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

Implementation

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