Example #1
0
        /// <summary>
        /// Updates the index of the selected tab.
        /// Set event Selected tab, Unselected tab to change Icon, text color
        /// </summary>
        /// <param name="page">Page.</param>
        void UpdateSelectedTabIndex(Page page)
        {
            var index = Element.Children.IndexOf(page);

            _bottomBar.SelectTabAtPosition(index);
        }