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
- view
- github
- Apple
- Xcode
- JPA
- appstore
- darkmode
- 웹뷰
- UIButton
- 한글
- MacOS
- Swift
- error
- mac
- Notification
- FLUTTER
- Firebase
- Realm
- 개발자
- IOS
- Code
- iOS16
- geofencing
- SwiftUI
- Git
- window
- Session
- 이미지
- Archive
- rxswift
Archives
- Today
- Total
목록바운스 (1)
EEYatHo 앱 깎는 이야기

여태껏 단순히 한방향으로 움직이고, 움직이는 속도를 조절하는 애니메이션만 알고있었다. 그런데 목표지점에 도착한 뒤, 살짝 튕기고 제자리로 돌아오는 일명 스프링 효과가 있었단걸 알았다. usingSpringWithDamping 0.0 ~ 1.0 0.0에 가까울수록 심하게 튕기고, 1.0이면 튕기지 않는다 initialSpringVelocity 0.0 ~ 1.0 0.0에 가까울수록 튕길 때 속도가 빠르다 예시 ) UIView.animate(withDuration: 0.1, delay: 0, animations: { // 일단 밑에 레이아웃하기 위한 버퍼 애니메이션 container.alpha = 1 }, completion: { _ in UIView.animate(withDuration: 0.5, delay..
iOS, Swift/Tip, Bug, Swift Error
2021. 2. 19. 20:59