This is a migrated thread and some comments may be shown as answers.

Get storyboard property

1 Answer 57 Views
SideDrawer - Xamarin.iOS
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 29 Apr 2016, 11:20 AM
When using SideDrawerController how can I get the current storyboard so that I can perform segue to other view controllers on side drawer item selection?

1 Answer, 1 is accepted

Sort by
0
Adrian
Telerik team
answered on 04 May 2016, 08:02 AM
Hello, Thomas,

Thank you for contacting us.

You can get the storyboard in your application using UIStoryboard's FromName static method. Consider the code below:
UIStoryboard storyboard = UIStoryboard.FromName (NSBundle.MainBundle.InfoDictionary.ObjectForKey (new NSString("UIMainStoryboardFile")) as NSString, NSBundle.MainBundle);

I hope this helps.

Regards,
Adrian
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
SideDrawer - Xamarin.iOS
Asked by
Thomas
Top achievements
Rank 1
Answers by
Adrian
Telerik team
Share this question
or