UITraitCollection.as constructor

UITraitCollection.as(
  1. ObjCObject other
)

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

Implementation

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