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 |
Tags
- ribs
- swiftUI
- RxCocoa
- MVVM
- HIG
- Human interface guide
- swift documentation
- collectionview
- Observable
- uiscrollview
- Clean Code
- 애니메이션
- Refactoring
- 클린 코드
- rxswift
- Xcode
- SWIFT
- 스위프트
- ios
- 리팩토링
- clean architecture
- 리펙터링
- combine
- Protocol
- UITextView
- map
- UICollectionView
- tableView
- 리펙토링
- uitableview
Archives
- Today
- Total
목록Noti Push (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/buPjae/btrBsGx86RE/SrUqi1f82Nx57YkHJK4NuK/img.gif)
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