UIFocusItemScrollableContainer.as constructor

UIFocusItemScrollableContainer.as(
  1. ObjCObject other
)

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

Implementation

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