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
- 스택
- 모달인듯 모달 아닌 뷰
- SWiFT
- Constraint
- 표준 템플릿 라이브러리
- 알고리즘
- 백준 10828
- 컴퓨터 구조
- Animation
- class
- 백준 1920
- Stack
- 2020.05.17
- Reversing
- 2020.04.19
- 순차 컨테이너
- 컴퓨터구조
- vector
- UIView
- stl
- NavigationBar
- scroll
- Swing
- UIPanGestureRecognizer
- 2020.06.14
- ios
- list
- struct
- BOJ
- Reverse Engineering
Archives
- Today
- Total
목록NavigationBar (1)
야금야금
[iOS] NavigationBar Fade Animation when scroll
Constraint Animation 아이디어스 어플처럼 화면 스크롤에 맞춰 네비게이션바가 자연스럽게 fade 되는 애니메이션을 구현하려 했으나 이렇게 애니메이션이 적용되지 않았다. layoutIfNeeded를 상위 view에 넣었어야 했는데 카테고리바에 넣어가지고.. 엄한 것만 한참 찾았네.. 결과물 코드 extension NavigationBarFadeAnimation: UITableViewDelegate { func scrollViewWillBeginDecelerating(_ scrollView: UIScrollView) { if scrollView.panGestureRecognizer.translation(in: scrollView).y < 0 { UIView.animate(withDuration..
iOS
2022. 1. 6. 16:30