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
Hi There,
I am trying to set up a project using this XamarinBinding. I have loaded the example storyboard project and that works fine.
I set up my own project, added this binding project to the solution and referenced it.
I added a view controller to the stroyboard, set class to SWRevealViewController. I have two custom segues of type SWRevealViewControllerSegueSetController pointing to a navigation controller and a table view controller, each identified as sw_front and sw_rear respectivly.
When I run the project the app just displays SWRevealViewController's contents and does not transition to the root VC of the navigation controller that sw_front points to.
Have I missed a step somewhere?
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi There,
I am trying to set up a project using this XamarinBinding. I have loaded the example storyboard project and that works fine.
I set up my own project, added this binding project to the solution and referenced it.
I added a view controller to the stroyboard, set class to SWRevealViewController. I have two custom segues of type SWRevealViewControllerSegueSetController pointing to a navigation controller and a table view controller, each identified as sw_front and sw_rear respectivly.
When I run the project the app just displays SWRevealViewController's contents and does not transition to the root VC of the navigation controller that sw_front points to.
Have I missed a step somewhere?
Thanks for your help
The text was updated successfully, but these errors were encountered: