0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Swift】UISearchBarの検索テキストの色を変更する

Posted at

searchBar.textColorみたいな感じでいけると思っていましたが、そう簡単にはいきませんでした。

動作環境 バージョン
Xcode 12.1
Swift 5

SearchBarの検索テキストの色を変更するコード

//例として検索テキストの色を赤色に変更
searchBar.searchTextField.textColor = .red

まとめ

UISearchBarのプロパティのsearchTextFieldのTextColorを変更すると検索テキストの色が変更できます。

参考

UISearchBarの検索テキストの色を変更するにはどうすればよいですか?

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?