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
- collectionview
- swift documentation
- Xcode
- rxswift
- UITextView
- Refactoring
- swiftUI
- 리펙터링
- 리팩토링
- 리펙토링
- 스위프트
- Protocol
- SWIFT
- Human interface guide
- map
- Observable
- combine
- Clean Code
- MVVM
- HIG
- 클린 코드
- UICollectionView
- tableView
- RxCocoa
- ios
- clean architecture
- 애니메이션
- uiscrollview
- ribs
- uitableview
Archives
- Today
- Total
목록.provisional (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 앱 푸시 설정 상태 확인 방법 (.authorized, .denied, .notDetermined, .provisional, .ephemeral)
푸시 설정 설정앱에서 푸시 세팅한 것을 코드에서 알아내는 방법? 푸시 설정을 바꾸었을때는 바로 알 수 없고, 해당 앱의 foreground에 진입했을때 확인이 가능 AppDelegate에서 NotificationCenter를 통해 foreground 상태를 구독하고, 이 안에서 체크 * NotificationCenter 개념은 이전 포스팅 글 참고 @main class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool ..
iOS 응용 (swift)
2022. 8. 10. 01:31