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
- rxswift
- Clean Code
- UICollectionView
- swift documentation
- clean architecture
- 클린 코드
- swiftUI
- map
- RxCocoa
- ribs
- 애니메이션
- 리펙터링
- collectionview
- uiscrollview
- Observable
- HIG
- SWIFT
- UITextView
- tableView
- ios
- uitableview
- combine
- 리팩토링
- Xcode
- Protocol
- Human interface guide
- 스위프트
- Refactoring
- 리펙토링
Archives
- Today
- Total
목록로컬 노티 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. Local Notification (로컬 푸시, 로컬 노티) - 사용 방법
1. Local Notification (로컬 푸시, 로컬 노티) - 사용 방법 2. Local Notification (로컬 푸시, 로컬 노티) - badge (뱃지) 숫자 처리, 딥링크 처리 권한 요청 시스템 권한은 보통 info.plist에 하지만, 푸시는 특별하게 코드에서 요청 UNUserNoitificationCenter.current() 싱글톤으로 접근 import UIKit import UserNotifications @main class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [..
iOS 응용 (swift)
2022. 5. 7. 12:20