storyboard property
UIStoryboard?
get
storyboard
storyboard
Implementation
UIStoryboard? get storyboard {
objc.checkOsVersionInternal('UIViewController.storyboard', iOS: (false, (5, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_storyboard);
return _ret.address == 0 ? null : UIStoryboard.castFromPointer(_ret, retain: true, release: true);
}