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
- 고차함수
- singleton
- self
- class
- calendar
- Observer
- mvvm
- Animation
- IOS
- segue
- error
- 글또
- struct
- NotificationCenter
- 화면전환
- Refresh
- SWIFT
- SWIFTUI
- http
- list
- Git
- Switch
- apns
- uikit
- array
- viewlifecycle
- PushNotification
- CoreImage
- ScrollView
- escaping
Archives
- Today
- Total
목록UIPageViewController (1)
seong_hye, the developer

페이지를 넘길 때 종이가 말려서 넘어가는 듯한 느낌을 주고 싶을 때 사용하는 기능에 대해 알아보자책을 넘기는 듯한 Page Curl은 SwiftUI에서는 기본 기능이 없어 UIPageViewController를 래핑해 사용함 📘UIPageViewControllerUIKit의 컨테이너 뷰 컨트롤러여러 페이지를 관리하고 스와이프 제스처나 애니메이션을 통해 페이지 간 전환을 제공⚠️ Page Curl은 iPhone에서 제약이 존재(스택 구조 / 회전 등), 최신 iOS UI 가이드에선 스크롤형을 더 권장🔹 생성 방법let pageVC = UIPageViewController( transitionStyle: .scroll, navigationOrientation: .horizontal, optio..
IOS/UIKit
2025. 6. 25.