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
- MVVM
- map
- combine
- SWIFT
- tableView
- 클린 코드
- 리펙토링
- 애니메이션
- clean architecture
- Human interface guide
- Protocol
- swiftUI
- RxCocoa
- uitableview
- HIG
- rxswift
- Clean Code
- 리팩토링
- 리펙터링
- UICollectionView
- uiscrollview
- Refactoring
- collectionview
- ios
- UITextView
- 스위프트
- Xcode
- ribs
- swift documentation
- Observable
Archives
- Today
- Total
목록Noti Push (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 2. Local Notification (로컬 푸시, 로컬 노티) - badge (뱃지) 숫자 처리, 딥링크 처리
1. Local Notification (로컬 푸시, 로컬 노티) - 사용 방법 2. Local Notification (로컬 푸시, 로컬 노티) - badge (뱃지) 숫자 처리, 딥링크 처리 * 1번 까지 진행한 노티 코드: https://github.com/JK0369/ExLocalPush1 Badge 숫자 처리 로컬 푸시의 뱃지는 수동으로 처리 // iOS 13 이하나 SceneDelegate가 없는 경우 func applicationDidBecomeActive(_ application: UIApplication) { UIApplication.shared.applicationIconBadgeNumber = 0 } // iOS 13 이상, SceneDelegate가 존재할 때 func sceneWi..
iOS 응용 (swift)
2022. 5. 8. 15:23