UserNotifications 사용하기
두 가지 종류의 UserNotification을 만들어 봤습니다.
1. 바로 발생
2. 입력한 시간 뒤 발생 (trigger)
옵션으로는 alert, sound, badge가 있고 원하는 옵션을 사용하여 생성하시면 됩니다.
iOS 10.0부터 UserNotification을 사용하는 방식이 바뀌었습니다.
UNUserNotificationCenterDelegate를 추가해 주셔야 정상작동 합니다.
아래 스크린샷과 소스코드를 비교해보시면 좀 더 이해하기 편할겁니다.
궁금하신점은 댓글로 달아주세요.
해피코딩 :)
Preview
Source
Github
https://github.com/calmone/iOS-UIKit-component
Reference
- UserNotifications
https://developer.apple.com/reference/usernotifications