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
- uiscrollview
- HIG
- ios
- swift documentation
- combine
- UICollectionView
- SWIFT
- map
- Human interface guide
- tableView
- 리펙토링
- Xcode
- 스위프트
- clean architecture
- uitableview
- 리팩토링
- Refactoring
- UITextView
- 리펙터링
- rxswift
- MVVM
- Observable
- Protocol
- 클린 코드
- Clean Code
- 애니메이션
- RxCocoa
- swiftUI
- ribs
- collectionview
Archives
- Today
- Total
목록willPresent (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