일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Refactoring
- 리팩토링
- ios
- Observable
- RxCocoa
- combine
- 스위프트
- collectionview
- 애니메이션
- Human interface guide
- SWIFT
- uitableview
- 리펙터링
- rxswift
- swift documentation
- Clean Code
- Protocol
- 클린 코드
- ribs
- tableView
- Xcode
- UITextView
- 리펙토링
- uiscrollview
- HIG
- swiftUI
- MVVM
- UICollectionView
- map
- clean architecture
- Today
- Total
목록애니메이션 (18)
김종권의 iOS 앱 개발 알아가기
https://github.com/kaishin/Gifu mp4 파일 재생 animation이 동작할 UIImageView 추가 애니메이션을 실행시킬 playVideo 함수 추가 private func playVideo(with resourceName: String) { guard let path = Bundle.main.path(forResource: resourceName, ofType: "mp4") else { return } let player = AVPlayer(url: URL(fileURLWithPath: path)) let playerLayer = AVPlayerLayer(player: player) playerLayer.frame = animationView.bounds animationV..
* 구체적인 개념과 사용 방법은 아래 포스팅 글 참고 1. Hero - UIViewController간의 화면전환 애니메이션 프레임워크 (개념, UIPenGestureRecognizer) 2. Hero - UIViewController간의 화면전환 애니메이션 프레임워크 (Modal) 3. Hero - UIViewController간의 화면전환 애니메이션 프레임워크 (Hero Extension, hero.id를 이용한 애니메이션) 4. Hero - UIViewController간의 화면전환 애니메이션 프레임워크 (셀 이동, 뷰 이동 애니메이션 예제) Hero 프레임워크 화면전환 프레임워크: github.com/HeroTransitions/Hero HeroTransitions/Hero Elegant tran..