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
- swift documentation
- 애니메이션
- 스위프트
- swiftUI
- combine
- ribs
- 리펙토링
- uiscrollview
- 리펙터링
- collectionview
- Protocol
- Xcode
- map
- 클린 코드
- Clean Code
- ios
- MVVM
- UICollectionView
- Human interface guide
- uitableview
- HIG
- Refactoring
- 리팩토링
- Observable
- clean architecture
- RxCocoa
- UITextView
- tableView
- rxswift
- SWIFT
Archives
- Today
- Total
목록Firebase 로그인 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Lc4xQ/btrlqNfR3Cs/kamXOWYaYEIk5NFtiuJlkk/img.gif)
로그인 화면전환 플로우 AppController라는 모듈을 만들어서 사용 singleton으로 구현 AppDelegate에서 호출 NotificationCenter로 auth 상태가 바뀐이벤트를 구독하고 있다가, auth 상태가 바뀌면 로그인이 되었는지 확인 후 rootViewController에 화면 입력 로그인 상태가 바뀐 noti를 파악하기 위해 Notification.Name에 authStateDidChange 이름 추가 import Foundation extension Notification.Name { static let authStateDidChange = NSNotification.Name("authStateDidChange") } AppController 구현 singleton 초기화 시..
iOS 응용 (swift)
2021. 11. 18. 23:40