Implement SfNavigationDrawer with UI from stroyboard

Hello,

I am trying to set up a SfNavigationDrawer view on my project.

I successfully finished the tutorial here: Getting Started with Syncfusion NavigationDrawer control for Xamarin.iOS. (Note that in the tutorial, It's "SFNavigationDrawer" with 'F' in upper case that is used).

Now I want to do it with my own UI, without creating the UI programmatically. So step by step, I replace the C# code of the tutorial to UI elements in my storyboard. I arrive at the moment where I have to add the button opening the side menu.

UI in storyboard

My element with the Name BigView can only have the Class SfNavigationDrawer (with an 'f' in lower case). If I try to use SFNavigationDrawer in the UI, the class in not recognize as a class from SyncFusion and Visual Studio create a new class for me.

Currently, my app crash when I click on the button "MenuBtn" (the little '+' in the UI). This throw this error: 
Error 

Here is my code: Pastebin

Can someone explain me the difference between SFNavigationDrawer and SfNavigationDrawer ? And how to use NavigationDrawer with my custom UI created with storyboard?

Thank you in advance

1 Reply

SK Selva Kumar  Veerakrishnan Syncfusion Team November 2, 2017 02:06 PM UTC


Hi Jerome,

Thank you for contacting Syncfusion Support.

Currently we cannot implement our control SfNavigationDrawer by using StoryBoard. We have considered your request and this will be fixed in any of our upcoming release.

Regards,

Selva Kumar V.

Loader.
Up arrow icon