普通にやってみても変わりません。
var textField = searchBar.valueForKey("searchField") as? UITextField
textField?.textColor = UIColor.whiteColor()
これで変えられました。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
普通にやってみても変わりません。
var textField = searchBar.valueForKey("searchField") as? UITextField
textField?.textColor = UIColor.whiteColor()
これで変えられました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked