didAnimateFirstHalfOfRotationToInterfaceOrientation method

void didAnimateFirstHalfOfRotationToInterfaceOrientation(
  1. UIInterfaceOrientation toInterfaceOrientation
)

didAnimateFirstHalfOfRotationToInterfaceOrientation:

Implementation

void didAnimateFirstHalfOfRotationToInterfaceOrientation(UIInterfaceOrientation toInterfaceOrientation) {
  objc.checkOsVersionInternal(
    'UIViewController.didAnimateFirstHalfOfRotationToInterfaceOrientation:',
    iOS: (false, (2, 0, 0)),
  );
  _objc_msgSend_13bsfjm(
    this.ref.pointer,
    _sel_didAnimateFirstHalfOfRotationToInterfaceOrientation_,
    toInterfaceOrientation.value,
  );
}