setAnimationBeginsFromCurrentState static method

void setAnimationBeginsFromCurrentState(
  1. bool fromCurrentState
)

setAnimationBeginsFromCurrentState:

Implementation

static void setAnimationBeginsFromCurrentState(bool fromCurrentState) {
  objc.checkOsVersionInternal('UIView.setAnimationBeginsFromCurrentState:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_1s56lr9(_class_UIView, _sel_setAnimationBeginsFromCurrentState_, fromCurrentState);
}