Xamarin iOS - Load Storyboard Reference Programatically
问题 I have 2 storyboards: Activities.storyboard and Contacts.storyboard . On Contacts.storyboard I have a ViewController: ContactDetails . On Activities.storyboard I need refer the ContactDetails in Contacts.storyboard I created a Storyboard Reference on Activities.storyboard and referenced the ContactDetails . And I tried load this View Controller programmatically var viewController = Storyboard.InstantiateViewController(nameof(ContactDetails)); NavigationController.PushViewController