【发布时间】:2020-01-09 21:08:14
【问题描述】:
当我尝试在另一个 ViewController 中从 Main.Storyboard 实例化 ViewController 时,我会这样做:
SplashViewController splashVC = Storyboard.InstantiateViewController("Splash") as SplashViewController;
Storyboard 是“创建此 UIViewController 的 UIStoryboard”。
不过,此时我需要从 LaunchScreen.Storyboard 实例化 ViewController。
【问题讨论】:
标签: c# xamarin.ios storyboard