iOS10 썸네일형 리스트형 [swift3] UserNotifications IOS10 새기능 사용해보기 [swift3] UserNotifications ios10 UserNotifications ios10부터 UserNotification이 생겼다. 이제 조금 더 쉽게 사용자에게 메세지를 보낼 수 있다. 먼저 중앙에 버튼을 만들어보자 기본텍스트 출력 ViewController.swift class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() //권한 요청 부분 //사용자에게 alert, badge, sound요청을 한다. UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .badge, .sound], completion.. 더보기 이전 1 다음