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
- swiftUI
- MVVM
- RxCocoa
- Clean Code
- SWIFT
- 클린 코드
- 리펙터링
- 애니메이션
- uiscrollview
- tableView
- UICollectionView
- Observable
- Xcode
- ios
- HIG
- UITextView
- combine
- swift documentation
- 스위프트
- uitableview
- 리펙토링
- rxswift
- collectionview
- Human interface guide
- clean architecture
- Refactoring
- map
- ribs
- 리팩토링
- Protocol
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - framework] 로그인 및 회원가입 화면 본문
- LoginViewController
- not storyboard, but programmatically
- constraints와 autolayout으로 핸드폰의 가로와 세로 비율을 통해 뷰사이의 간격 설정
* 사용방법
버튼의 이벤트 등록은 sceneDelegate.swift의 sceneWillEnterForeground(_ scene: UIScene)에 할 것
※ scene()에 하면 아직 뷰컨트롤러의 viewDidLoad가 호출이 안된 상태이므로 뷰컨트롤러 객체를 다룰려고 하면 오류
[iOS - SceneDelegate] iOS13이상 버전의 SceneDelegate
1. iOS12이하 버전 : App하나는 오로지 각각 하나의 Process와 UI를 유지 (AppDelegate에서 모두 관여) - Process Lifecycle : Process 상태 - UI Lifecycle : active, inactive, background, foreground 상태 관..
ios-development.tistory.com
* framework file : https://github.com/JK0369/JKUILogin
* 사용 소스코드
'iOS framework' 카테고리의 다른 글
[iOS - swift] Reusable 프레임워크 사용 방법 (0) | 2021.12.10 |
---|---|
[iOS - swift] 1. Kingfisher 프레임워크 (이미지 캐싱, 이미지 로드) - 사용 방법 (0) | 2021.12.09 |
[iOS - framework] ImagePickerController의 framework (0) | 2020.05.23 |
[iOS - framework] 지도 view controller (길 추적, 이미지 삽입) (0) | 2020.04.30 |
[iOS - framework] button과 segmented control 배치 (0) | 2020.04.30 |
Comments