Baseflow/Xamarin-Sidebar

Possibility for both Left and Right Menus.

Harikrishnav21 opened this issue · 3 comments

Hi ,

I am using the "https://components.xamarin.com/view/sidebarnavigation",in my iOS App.
Can I have the both left and right menu's in the SidebarController,
I think it is not possible with control itself,as it is a enum.
Or Please mention what customisations required to make the sidebar to support the both left and right menus.

Thanks in advance.

You should be able to nest the navigation menus. Create one and set it's content view to your content view controller. Then create a second one and set its content to the first navigation menu. Just set one to open from left and the other to open from the right.

I didn't that,Please provide more information.
There is no need to MenuLocations Enum for SideBarController?

Would it be possible to get a code complete example of both left and right side slideout menus?