let alert = UIAlertController(title: "Warning", message: NSLocalizedString("not valid qr code", comment: ""), preferredStyle: UIAlertController.Style.alert)
alert.addAction(UIAlertAction(title: NSLocalizedString("confirm", comment: ""), style: .default){
(action) in
//button alick event
})
present(alert, animated: true, completion: nil)
'iOS > Swift' 카테고리의 다른 글
[ios - swift] UILabel attributedString line spacing (0) | 2022.11.08 |
---|---|
[ios - swift] date to string, string to date (0) | 2022.11.07 |
[ios - swift] textfield return (0) | 2022.11.04 |
[iOS - swift] 특정 문자열 변경 (0) | 2022.11.04 |
화면 터치시 키보드 내리기 (0) | 2022.11.03 |