0
検索バーの高さと幅、およびtextFieldsの高さを変更しようとしましたが、以下のコードでは検索バーの高さのみを変更できます。ここで何が間違っていますか?SearchBarとTextFieldの高さと幅の変更
let searchBar = UISearchBar(frame: CGRectMake(20, 20, self.tableView.frame.size.width - 20, 88))
let textField = searchBar.valueForKey("searchField") as? UITextField
textField!.bounds.size.height = 66
self.tableView.tableHeaderView = searchBar