storyboard property

UIStoryboard? get storyboard

storyboard

Implementation

UIStoryboard? get storyboard {
  objc.checkOsVersionInternal('UIViewController.storyboard', iOS: (false, (5, 0, 0)));
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_storyboard);
  return $ret.address == 0 ? null : UIStoryboard.fromPointer($ret, retain: true, release: true);
}