You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I don't have any contact to you I decided to write issue.
I try to use this very good "SlideoutNavigation" in storyboard.
In storyboard i made 3 controllers:
to contain window and derive from SlideoutNavigationController
Menu (Tableviewcontroller)
Dashboard (viewcontroller)
In constructor custom class (extends from SlideoutNavigationController)
is wrote this code:
var menu= Storyboard.InstantiateViewController ("slidemenu") as UIViewController;
var dashboard=Storyboard.InstantiateViewController ("dashboard") as UIViewController;
this.MenuView = menu;
this.TopView = dashboard;
but exception occurred in this line: this.MenuView = menu;.
Have you better idea how to use SlideoutNavigation with storyboard.
Storyboard support now available in the development branch, mind you, landscape mode is not functioning correctly and should be fixed either by fixing it yourself or waiting for the next update on the development branch.
Because I don't have any contact to you I decided to write issue.
I try to use this very good "SlideoutNavigation" in storyboard.
In storyboard i made 3 controllers:
In constructor custom class (extends from SlideoutNavigationController)
is wrote this code:
var menu= Storyboard.InstantiateViewController ("slidemenu") as UIViewController;
var dashboard=Storyboard.InstantiateViewController ("dashboard") as UIViewController;
this.MenuView = menu;
this.TopView = dashboard;
but exception occurred in this line: this.MenuView = menu;.
Have you better idea how to use SlideoutNavigation with storyboard.
Thanks for help!
Damian
[email protected]
The text was updated successfully, but these errors were encountered: