LoginSignup
12
6

More than 5 years have passed since last update.

UITextFieldのカーソルの色を変える方法 (swift)

Last updated at Posted at 2015-08-14

すごく細かいですが、UITextFieldのカーソルの色を変えたいとき。

iOS_Simulator_-_iPhone_6_-_iPhone_6___iOS_8_1__12B411_.png

これです。テキストの入力位置を指すライン。
ちなみに、これはカーソルではなくキャレット(caret)と呼ぶそうです。

デフォルトでは青色なので、背景色によっては気持ちわるいと思うことがあります。

色を変えるコードは以下


mTextField.tintColor = UIColor.whiteColor()

こうなります。

スクリーンショット_2015_08_14_19_43.png

おわり

12
6
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
12
6