dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

Make OnTabSelected and OnTabReSelected virtual #54

Closed velocitysystems closed 7 years ago

velocitysystems commented 7 years ago

Can you please make these public methods virtual so they can be overridden in a custom renderer? This is useful for attaching additional behaviour on the tab selected/reselected listeners.

velocitysystems commented 7 years ago

Great, many thanks!