UIAlertController.as constructor

UIAlertController.as(
  1. ObjCObject other
)

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

Implementation

UIAlertController.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIAlertController', iOS: (false, (8, 0, 0)));
  assert(isA(object$));
}