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 | 31 |
Tags
- 회고
- UIKit
- UISheetPresentationController
- 순환참조
- 회고록
- UIImage
- RenderingMode
- Protocol
- regex
- Swift
- Clean Architecture
- MVVM
- Sync
- DI
- keychain
- xcode
- breakpoint
- 광주소프트웨어마이스터고등학교
- GOMS
- weak
- unowned
- ReactorKit
- 정규식
- pop
- ios
- Async
Archives
- Today
- Total
목록UISheetPresentationController (1)
minaje

UISheetPresentationController? 우선 이 친구는 iOS 15버전 이상부터 가능하니! 미니멈 타겟층이 낮은 프로젝트는 직접 구현해야한다.. ㅠ iOS 15에 들어오면서 UIViewController는 sheetPresentationController라 불리는 새로운 프로퍼티를 가지게된다. 따라서 우리는 UIViewController에서 UISheetPresentationController에 접근할 수 있다. UISheetPresentationController 위처럼 Bottom Sheet을 UIKit에서 간편하게 만들어주는 것이다! detent UISheetPresentationController 는 detent라는 프로퍼티가 있다. detent는 Bottom Sheet의 크기를 ..
iOS/UI
2023. 5. 15. 16:07