NAXAM / toptabbedpage-xamarin-forms

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS
Apache License 2.0
81 stars 24 forks source link

Update ToolBarItems of TabbedPage from Child when Page Changes #2

Closed vivanshah closed 6 years ago

vivanshah commented 6 years ago

The ToolbarItems of the TopTabbedPage parent was only updating once, when the TopTabbedPage was initially created, and was set to the ToolBarItems of the first child tab. Selecting a different tab would not update the ToolBar, which this little tweak fixes.