UIScene.as constructor

UIScene.as(
  1. ObjCObject other
)

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

Implementation

UIScene.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIScene', iOS: (false, (13, 0, 0)));
}