performWithoutAnimation static method

void performWithoutAnimation(
  1. ObjCBlock<Void Function()> actionsWithoutAnimation
)

performWithoutAnimation:

Implementation

static void performWithoutAnimation(objc.ObjCBlock<ffi.Void Function()> actionsWithoutAnimation) {
  objc.checkOsVersionInternal('UIView.performWithoutAnimation:', iOS: (false, (7, 0, 0)));
  _objc_msgSend_f167m6(_class_UIView, _sel_performWithoutAnimation_, actionsWithoutAnimation.ref.pointer);
}