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
- combine
- rxswift
- uitableview
- tableView
- Xcode
- collectionview
- clean architecture
- UICollectionView
- ios
- 리펙토링
- 클린 코드
- map
- Protocol
- 애니메이션
- UITextView
- HIG
- ribs
- Observable
- 리팩토링
- Clean Code
- 스위프트
- RxCocoa
- MVVM
- SWIFT
- Human interface guide
- uiscrollview
- Refactoring
- swiftUI
- swift documentation
- 리펙터링
Archives
- Today
- Total
목록Cell 애니메이션 적용 방법 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITableViewCell, UICollectionViewCell의 셀에 highlighted 이미지 적용 방법 (UIView.transition, UIView.animate)
normal 이미지 highlighted 이미지 Highlighted에 원하는 이미지 표출 구현 아이디어 커스텀 셀을 정의할때 highlighted를 override하여 highlighted될 시점에 UIView.transition 애니메이션을 통해 애니메이션을 변경했다가, comletion 블럭에서 다시 이미지를 복구 UIImageView의 이미지가 변하는 애니메이션은 UIView.animate는 적용이 안되고 UIView.transtion을 사용해야 동작하는것을 주의 Highlighted 애니메이션 처리 주의할 점 UITableViewCell은 메소드에서 이벤트를 받아서 처리 final class MyTableViewCell: UITableViewCell { override func setHighli..
iOS 응용 (swift)
2022. 5. 28. 17:12