UIMotionEffect.as constructor

UIMotionEffect.as(
  1. ObjCObject other
)

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

Implementation

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