Post

Replies

Boosts

Views

Activity

tvOS 14 can't reduce Searchbar font size
Hi All, I was trying to reduce the tvOS searchBar font size but no luck. 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?
0
0
536
Apr ’21