UIContentContainer.as constructor

UIContentContainer.as(
  1. ObjCObject other
)

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

Implementation

UIContentContainer.as(objc.ObjCObject other) : object$ = other;