コード例 #1
0
        public static void Apply(UISearchBar.UISearchBarAppearance appearance, string options = null)
        {
            if (IsModern)
            {
                return;
            }

            appearance.TintColor = BarTintColor;
        }
コード例 #2
0
 /// <summary>
 /// Apply this theme to all views with the given appearance.
 /// </summary>
 public static void Apply(UISearchBar.UISearchBarAppearance appearance, string options = null)
 {
     appearance.TintColor = UIColor.DarkGray;
 }
コード例 #3
0
 public static void Apply(UISearchBar.UISearchBarAppearance appearance, string options = null)
 {
     ConfirmTrackBeamTheme();
     ThemeManager.Current.Apply(appearance);
 }