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
- 클린 코드
- map
- RxCocoa
- ios
- uiscrollview
- Human interface guide
- Protocol
- 스위프트
- Refactoring
- swiftUI
- UITextView
- SWIFT
- collectionview
- rxswift
- combine
- tableView
- 리팩토링
- MVVM
- ribs
- 리펙토링
- swift documentation
- Clean Code
- UICollectionView
- HIG
- Observable
- 애니메이션
- clean architecture
- 리펙터링
- Xcode
- uitableview
Archives
- Today
- Total
목록.authorized (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/nJzu2/btrIH7wCAws/rNMywesDNff8ZYD7v2PUkK/img.png)
푸시 설정 설정앱에서 푸시 세팅한 것을 코드에서 알아내는 방법? 푸시 설정을 바꾸었을때는 바로 알 수 없고, 해당 앱의 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