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
- 화면전환
- segue
- NotificationCenter
- array
- IOS
- calendar
- http
- class
- 글또
- PushNotification
- uikit
- self
- Switch
- list
- Animation
- error
- singleton
- escaping
- 고차함수
- SWIFTUI
- mvvm
- ScrollView
- Git
- viewlifecycle
- apns
- CoreImage
- SWIFT
- Observer
- Refresh
- struct
Archives
- Today
- Total
목록present (1)
seong_hye, the developer
📘 Swift - UIKit) 화면 전환 방식Swift에는 화면 전환(화면 이동)을 구현하는 여러 방식이 존재한다이에 대해 하나하나 알아가보자🔹화면 전환 3가지 방식방식설명사용 환경PushNavigation Stack에 밀어 넣는 방식UINavigationControllerPresent (Modal)현재 화면 위에 새 화면을 덮는 방식모든 UIViewController 가능Segue스토리드에서 화살표로 연결스토리보드 기반🔹1. PushViewController 방식현재 UINavigationController 가 관리하는 화면 스택에 새로운 ViewController를 추가(push) 하여 화면을 전환하는 방식func pushViewController( _ viewController: UIVi..
IOS/UIKit
2022. 7. 19.