티스토리 뷰
alert.addTextField(configurationHandler: { (tf) in
tf.placeholder = "암호"
tf.isSecureTextEntry = true
})
self.present(alert, animated: false)
'macOS, iOS' 카테고리의 다른 글
[iOS] 앱이 비활성화 되는 경우 (홈버튼 눌렀을 때/ 전화/SMS시 ) 실행되는 코드 (0) | 2019.08.29 |
---|---|
[iOS] UserNotifications 프레임워크 (0) | 2019.08.29 |
[iOS] UIAlertAction handler (0) | 2019.08.28 |
[XCode] API 문서 보는 단축키 (0) | 2019.08.27 |
[iOS] UIAlertController (0) | 2019.08.27 |