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
- ios
- SWIFT
- 리팩토링
- 애니메이션
- swift documentation
- Human interface guide
- tableView
- rxswift
- clean architecture
- HIG
- map
- RxCocoa
- 리펙터링
- UITextView
- Observable
- 스위프트
- uiscrollview
- combine
- Xcode
- UICollectionView
- collectionview
- 클린 코드
- ribs
- 리펙토링
- Protocol
- Clean Code
- uitableview
- MVVM
- swiftUI
- Refactoring
Archives
- Today
- Total
목록Firebase 로그인 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 로그인 화면 전환 설계 방법 (자동 로그인, autoSignIn, Firebase Auth 로그인)
로그인 화면전환 플로우 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