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
- 리펙토링
- UICollectionView
- collectionview
- clean architecture
- Xcode
- map
- ios
- swift documentation
- 리팩토링
- Human interface guide
- tableView
- uiscrollview
- Refactoring
- 리펙터링
- Clean Code
- rxswift
- Observable
- MVVM
- RxCocoa
- ribs
- HIG
- combine
- swiftUI
- 애니메이션
- uitableview
- UITextView
- SWIFT
- Protocol
- 클린 코드
- 스위프트
Archives
- Today
- Total
목록이미지 연속 재생 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/NW458/btsFlOFfg7O/2n4g8kNHDkzn5JxOB0h6e1/img.png)
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