์๋ ํ์ธ์~ ์ค๋์ UITextField์ Placeholder์ ํ ์คํธ ์ปฌ๋ฌ๋ฅผ ์กฐ์ ํ๋ ๋ฐฉ๋ฒ์ ๋ํด์ ์ ๋ฆฌํ๋ ค๊ณ ํฉ๋๋ค : ) TextField์ ์ ๊ทผํ์ฌ placeholder์ ํ ์คํธ ์ปฌ๋ฌ๋ฅผ ๋ณ๊ฒฝํ ์ ์๋ ๋ฉ์๋๋ ํ๋กํผํฐ๊ฐ ์กด์ฌํ์ง ์์ต๋๋ค. ๋ฐ๋ผ์ ์๋์ ๊ฐ์ด ์์ฑํ๋ฉด ํด๊ฒฐ์ด ๊ฐ๋ฅํฉ๋๋ค. 1. ํ ์คํธ ํ๋ ์ ์ธ private let myTextField: UITextField = UITextField() 2. ํ ์คํธ ํ๋์ attributedPlaceholder ํ๋กํผํฐ์ ์ ๊ทผ ๋ฐ ์ํ๋ ์ปฌ๋ฌ๋ก ์ค์ myTextField.attributedPlaceholder = NSAttributedString(string: "๋์ ์ปฌ๋ฌ๋ ํน๋ณํ์ง", attributes: [NSAttributedString...