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
- 백준 10828
- 2020.05.17
- Reverse Engineering
- UIPanGestureRecognizer
- list
- 알고리즘
- 2020.06.14
- UIView
- Constraint
- Swing
- 2020.04.19
- stl
- SWiFT
- Animation
- Reversing
- 컴퓨터구조
- 모달인듯 모달 아닌 뷰
- scroll
- Stack
- 순차 컨테이너
- struct
- 백준 1920
- ios
- 스택
- BOJ
- class
- 표준 템플릿 라이브러리
- vector
- 컴퓨터 구조
- NavigationBar
Archives
- Today
- Total
목록Animation (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