Hi All,
I was trying to reduce the tvOS searchBar font size but no luck.
Is it possible to change the text tvOS searchbar font size?
I was trying to reduce the tvOS searchBar font size but no luck.
Code Block if #available(tvOS 14.0, *) { UILabel.appearance(whenContainedInInstancesOf: [UISearchBar.self]).font = UIFont.boldSystemFont(ofSize: 38.0) UITextField.appearance(whenContainedInInstancesOf: [UISearchBar.self]).font = UIFont.boldSystemFont(ofSize: 38.0) }
Is it possible to change the text tvOS searchbar font size?