UITraitCollection.fromPointer constructor
UITraitCollection.fromPointer(})
Constructs a UITraitCollection that wraps the given raw object pointer.
Implementation
UITraitCollection.fromPointer(ffi.Pointer<objc.ObjCObjectImpl> other, {bool retain = false, bool release = false})
: object$ = objc.ObjCObject(other, retain: retain, release: release) {
objc.checkOsVersionInternal('UITraitCollection', iOS: (false, (8, 0, 0)));
}