UITextField에 대한 UI 속성 https://developer.apple.com/documentation/uikit/uitextfield/1619643-textalignment Apple Developer Documentation developer.apple.com placeholder : ~를 입력하라고 안내해주는 안내문구 placeholder에 쓰는 글씨 색상 변경: 사용예시 >> emailtxtField.attributedPlaceholder = NSAttributedString(string: "이메일 주소 또는 전화번호", attributes: [NSAttributedString.Key.foregroundColor : UIColor.lightGray]) isSecureTextEntry :..