didRotateFromInterfaceOrientation method

void didRotateFromInterfaceOrientation(
  1. UIInterfaceOrientation fromInterfaceOrientation
)

didRotateFromInterfaceOrientation:

Implementation

void didRotateFromInterfaceOrientation(UIInterfaceOrientation fromInterfaceOrientation) {
  objc.checkOsVersionInternal('UIViewController.didRotateFromInterfaceOrientation:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_13bsfjm(this.ref.pointer, _sel_didRotateFromInterfaceOrientation_, fromInterfaceOrientation.value);
}