UIDynamicItem.as constructor

UIDynamicItem.as(
  1. ObjCObject other
)

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

Implementation

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