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
- Clean Code
- combine
- 리펙토링
- RxCocoa
- map
- rxswift
- 리펙터링
- Observable
- swiftUI
- tableView
- clean architecture
- 스위프트
- ribs
- Xcode
- ios
- Human interface guide
- Protocol
- SWIFT
- HIG
- UITextView
- collectionview
- Refactoring
- 애니메이션
- uiscrollview
- swift documentation
- uitableview
- 클린 코드
- UICollectionView
- 리팩토링
- MVVM
Archives
- Today
- Total
목록폭죽 애니메이션 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 콘페티, 폭죽, 눈 효과 (confetti, konfetti, CAEmitterLayer, CAEmitterCell)
콘페티 효과콘페티 효과를 구현하려면 CAEmitterCell과 CAEmitterLayer를 사용하여 구현폭죽 효과눈 효과 CAEmitterCell, CAEmitterLayer 개념CAEmitterCell을 CAEmitterLayer에 추가하고, layer에서 위치를 정한다음 view.layer.addSublayer에 추가하여 구현CAEmitterCell로 파티클에 들어갈 하나하나의 요소의 속성값을 정하고, CAEmitterLayer에 이 emitterCell을 주입해주는 것let emitterCell = (CAEmitterCell 인스턴스)let emitterLayer = CAEmitterLayer()emitterLayer.emitterPosition = CGPoint(x: view.bounds.midX..
iOS 응용 (swift)
2024. 5. 20. 01:53