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
- SWIFT
- 리팩토링
- Human interface guide
- Clean Code
- Protocol
- Refactoring
- rxswift
- map
- 리펙토링
- UITextView
- ribs
- 클린 코드
- clean architecture
- combine
- uitableview
- uiscrollview
- RxCocoa
- 스위프트
- UICollectionView
- Observable
- swift documentation
- HIG
- MVVM
- collectionview
- tableView
- ios
- 리펙터링
- Xcode
- swiftUI
- 애니메이션
Archives
- Today
- Total
목록animationDidStop (1)
김종권의 iOS 앱 개발 알아가기
[iOS - Swift] Progress Button 만드는 방법 (카운트 다운 버튼)
ProgressButton 특정 기능을 수행하고난 후 특정 시간내에 취소할 수 있는 카운트 다운을 시각적으로 보여주는 버튼 기능에 사용 구현 아이디어 원의 둘레는 CAShapeLayer와 CABasicAnimation을 통해 그리게끔 구현 애니메이션 끝난 경우 이벤트 수신은 CAAnimationDelegate를 통해 알림 안의 x 이미지는 UIImage 사용 구현 사용하는쪽 ProgressButton을 초기화하고, progress를 돌리고 싶은 경우 animate(startRatio:) 사용 class ViewController: UIViewController { private var progressButton: ProgressButton! override func viewDidLoad() { super..
iOS 응용 (swift)
2022. 12. 26. 22:32