Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Menu item click intercept and set tabbarcontroller's selected tab index #71

Closed blue-earth closed 9 years ago

blue-earth commented 9 years ago

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?

blue-earth commented 9 years ago

Is there any way to intercept ToggleMenu()?

Clancey commented 9 years ago

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.

blue-earth commented 9 years ago

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?