Пример #1
0
 protected virtual void UpdateTabBarItem()
 {
     Title = ShellSection.Title;
     _     = _context.ApplyNativeImageAsync(ShellSection, ShellSection.IconProperty, icon =>
     {
         TabBarItem = new UITabBarItem(ShellSection.Title, icon, null);
         TabBarItem.AccessibilityIdentifier = ShellSection.AutomationId ?? ShellSection.Title;
     });
 }