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 |
Tags
- 애니메이션
- SWIFT
- ios
- uitableview
- map
- 리펙터링
- Xcode
- ribs
- combine
- Human interface guide
- UICollectionView
- swiftUI
- Protocol
- UITextView
- 리펙토링
- collectionview
- MVVM
- rxswift
- swift documentation
- 리팩토링
- Refactoring
- Clean Code
- RxCocoa
- uiscrollview
- Observable
- tableView
- 스위프트
- HIG
- 클린 코드
- clean architecture
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - framework] 로그인 및 회원가입 화면 본문
- LoginViewController
- not storyboard, but programmatically
- constraints와 autolayout으로 핸드폰의 가로와 세로 비율을 통해 뷰사이의 간격 설정
* 사용방법
버튼의 이벤트 등록은 sceneDelegate.swift의 sceneWillEnterForeground(_ scene: UIScene)에 할 것
※ scene()에 하면 아직 뷰컨트롤러의 viewDidLoad가 호출이 안된 상태이므로 뷰컨트롤러 객체를 다룰려고 하면 오류
* 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