Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- RxCocoa
- UITextView
- ios
- 클린 코드
- rxswift
- uiscrollview
- 리팩토링
- map
- Refactoring
- Human interface guide
- Xcode
- HIG
- collectionview
- 애니메이션
- SWIFT
- 스위프트
- tableView
- ribs
- swift documentation
- uitableview
- UICollectionView
- combine
- Protocol
- swiftUI
- scrollview
- Clean Code
- Observable
- MVVM
- clean architecture
- 리펙토링
Archives
- Today
- Total
목록didReceiveRemoteNotification (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] Push Notification 처리 관련 메소드 총 정리(userInfo, 딥링크) - didFinishLaunchingWithOptions, didReceiveRemoteNotification, willPresent, didReceive, open url
UserInfo란? 푸시 데이터가 담겨있는 json 형태를 [AnyHashable: Any]형태로 있는 자료형 {"aps":{"alert":"test","badge":"1"}} ex) 시스템 푸시를 클릭했을때 동작하는 델리게이트 메소드에서 userInfo 획득 func userNotificationCenter( _ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void ) { let userInfo = response.notification.request.content.userInfo print(userInfo..
iOS 응용 (swift)
2022. 10. 8. 23:38