Closed blue-earth closed 9 years ago
Is there any way to intercept ToggleMenu()?
There are events you can tie into. If you want intercept, you will need to fork and modify the source.
Sent from my iPhone
On Mar 4, 2015, at 8:08 AM, imfromMO notifications@github.com wrote:
Is there any way to intercept ToggleMenu()?
— Reply to this email directly or view it on GitHub.
I am using Flyout Navigation Xamarin component. What I need is only setting tabbarcontroller's selected tabindex(it could be selected to other index) to 0 when 1st menu item is clicked. Is it impossible with component?
I have a flyout navigation with 3 menu items and 3 view controllers. The 1st view controller is a tabbarcontroller. I want to set tabbarcontroller's selected tabindex to 0 when the 1st menu item clicked. Is it possible?