UIKeyboardLayoutGuide.as constructor

UIKeyboardLayoutGuide.as(
  1. ObjCObject other
)

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

Implementation

UIKeyboardLayoutGuide.as(objc.ObjCObject other) : object$ = other {}