일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- ribs
- Protocol
- SWIFT
- rxswift
- uitableview
- swift documentation
- Refactoring
- Human interface guide
- Xcode
- 애니메이션
- collectionview
- 리팩토링
- UICollectionView
- tableView
- 클린 코드
- clean architecture
- Observable
- 스위프트
- UITextView
- uiscrollview
- 리펙토링
- map
- combine
- HIG
- 리펙터링
- swiftUI
- MVVM
- Clean Code
- RxCocoa
- ios
- Today
- Total
목록Notification Content Extension (2)
김종권의 iOS 앱 개발 알아가기
1. Push Notification 응용 - 테스트 방법 (Pusher, APNs) 2. Push Notification 응용 - Silent Push Notification (사일런트 푸시, 푸시를 이용한 백그라운드에서 업데이트 방법) 3. Push Notification 응용 - Rich Push Notification (Notification Service Extension, 푸시 내용 변경하여 띄우기) 4. Push Notification 응용 - 시스템 푸시에 이미지 넣기 (Notification Service Extension, mutable-content) 5. Push Notification 응용 - 푸시 커스텀 UI 구현 방법 (Notification Content Extension, ..
1. Push Notification 응용 - 테스트 방법 (Pusher, APNs) 2. Push Notification 응용 - Silent Push Notification (사일런트 푸시, 푸시를 이용한 백그라운드에서 업데이트 방법) 3. Push Notification 응용 - Rich Push Notification (Notification Service Extension, 푸시 내용 변경하여 띄우기) New > Target Notification Service Extension 선택 옆에 Content Extension은 시스템 푸시의 UI를 변경할 때 사용 생성 완료 NotificationService로 APNs 푸시 가로채서 title, subtitle 내용 변경하여 띄우기 위에서 만든 N..