UILayoutGuide.as constructor

UILayoutGuide.as(
  1. ObjCObject other
)

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

Implementation

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