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
- swiftUI
- 애니메이션
- RxCocoa
- uiscrollview
- UICollectionView
- Observable
- 클린 코드
- combine
- UITextView
- ribs
- collectionview
- swift documentation
- 리팩토링
- Xcode
- 스위프트
- ios
- uitableview
- Protocol
- 리펙터링
- Human interface guide
- rxswift
- SWIFT
- tableView
- HIG
- MVVM
- map
- Clean Code
- 리펙토링
- clean architecture
- Refactoring
Archives
- Today
- Total
목록caemittercell (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