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 |
Tags
- RxCocoa
- SWIFT
- swift documentation
- UITextView
- clean architecture
- UICollectionView
- combine
- tableView
- Refactoring
- ios
- ribs
- uitableview
- collectionview
- Protocol
- 애니메이션
- Clean Code
- Xcode
- map
- uiscrollview
- 리펙터링
- 스위프트
- 리펙토링
- HIG
- swiftUI
- rxswift
- 리팩토링
- Human interface guide
- Observable
- MVVM
- 클린 코드
Archives
- Today
- Total
목록scrollViewWillEndDragging (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cgtvl4/btrhVsTUlmI/Me7XhfvgPAxCKQgu29ydt0/img.gif)
Navigation Bar 사라지게 하는 방법 Contents를 위로 올릴때는 navigationBar를 hidden시키고, 아래로 내릴때는 보이게끔 설정 "hidesBarsOnSwipe" 프로퍼티 사용 navigationController?.hidesBarsOnSwipe = true TabBar 사라지게 하는 방법 Contents를 위로 올릴때는 navigationBar를 hidden시키고, 아래로 내릴때는 보이게끔 설정 ScrollView의 델리게이트 메서드인 `scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)`사용 velocity.y가 음수: Contents를 아래로 내리는 경우 velocity.y가 양수: Contents를 위로 올리는..
iOS 응용 (swift)
2021. 10. 17. 03:23