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 |
Tags
- 리펙토링
- combine
- Xcode
- swift documentation
- Clean Code
- 애니메이션
- Human interface guide
- 리팩토링
- ribs
- Refactoring
- HIG
- SWIFT
- 리펙터링
- UITextView
- ios
- 클린 코드
- tableView
- 스위프트
- uiscrollview
- RxCocoa
- uitableview
- Protocol
- Observable
- MVVM
- UICollectionView
- map
- collectionview
- rxswift
- clean architecture
- swiftUI
Archives
- Today
- Total
목록이미지 연속 재생 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] animationImages 개념 (#startAnimating(), animationDuration, animationRepeatCount)
animationImages 개념 UIImageView가 가지고 있는 UIImage 배열 값 animationImages은 UIImageView의 프로퍼티 @available(iOS 2.0, *) open class UIImageView : UIView { public init(image: UIImage?) ... open var animationImages: [UIImage]? // default is nil } 이 값을 사용하여 여러가지의 이미지들을 animationDuration동안 aimationRepeatCount만큼 반복해서 보여주기가 가능 duration, count 옵션을 설정한 후 startAnimating()하여 이미지들을 표출 ex) animationImages에 circle이미지와 ..
iOS 응용 (swift)
2024. 2. 27. 01:16