728x90
관련 애플 개발자 문서
developer.apple.com/documentation/uikit/animation_and_haptics/property-based_animations
Apple Developer Documentation
developer.apple.com
- 레이아웃 속성을 이용한 간접적 애니메이션
- 뷰의 속성을 직접 이용한 애니매이션
애니매이션 할 수 있는 뷰의 속성들
- Position & Size : bounds. frame. center ... (AutoLayout과 겹칠 수 있기 때문에 , 잘 사용하여야함)
- Transformation : rotation, scale, translation ... (합쳐서 사용도 가능)
- Appearance : backgroundColor, alpha ...
728x90
반응형
'iOS스터디 > iOS' 카테고리의 다른 글
[xcode] 유용한 단축키 모음 ( - 지속적 업데이트 중) (0) | 2021.01.19 |
---|---|
[xcode] extension 언제 사용? (0) | 2021.01.19 |
[ios] IOS 디자인 패턴 Design Pattern (0) | 2021.01.15 |
[IOS] MVVM 모델 개념 (0) | 2021.01.02 |
[IOS] MVC 모델 설명 (0) | 2021.01.01 |