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
- tableView
- rxswift
- RxCocoa
- 클린 코드
- clean architecture
- Refactoring
- swift documentation
- swiftUI
- Clean Code
- MVVM
- 리팩토링
- ios
- UITextView
- Xcode
- UICollectionView
- 리펙터링
- ribs
- Human interface guide
- HIG
- Protocol
- uiscrollview
- 스위프트
- 애니메이션
- Observable
- combine
- 리펙토링
- SWIFT
- map
- uitableview
- collectionview
Archives
- Today
- Total
목록FlaotingPanel (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] BottomSheet 구현 방법 (바텀 시트, FloatingPanel 프레임워크 사용)
FloatingPanel 프레임워크 * FloatingPanel github bottom sheet UI 프레임워크 중 높은 star를 가지고 있는 프레임워크 FlaotingPanel을 이용하면 bottom sheet UI를 쉽게 구현할 수 있지만, 원하는 스타일의 bottom sheet를 구현하는 방법은 github에 나와있지 않으므로 따로 해당 글에서 알아보기 일반적인 BottomSheet 형태 2가지 1) bottom sheet의 뒷 배경을 터치할 수 있는 형태 2) bottom sheet의 뒷 배경을 dimmed 처리하고, 터치하면 닫히는 형태 구현 아이디어 1), 2) 타입 모두 handler를 가지고 내려서 dismiss 시킬 수 있어야하고, bottomSheet안에 있는 scrollView를..
iOS 응용 (swift)
2023. 2. 7. 22:12