How can I change the font size of UISearchBar ?
UISearchBar
In swift 3 , you can achieve this by :
UITextField.appearance(whenContainedInInstancesOf: [UISearchBar.self]).font = UIFont(name: "AvenirNextCondensed-Regular", size: 17.0)