Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIView에서 Layer 객체는 무엇이고 어떤 역할을 담당하는지 설명하시오. #16

Open
heerucan opened this issue Oct 17, 2021 · 1 comment
Labels

Comments

@heerucan
Copy link

No description provided.

@heerucan heerucan added the iOS label Oct 17, 2021
@Taehyeon-Kim
Copy link
Contributor

UIView는 화면에 그리는 작업과 애니메이션 등의 시각적 행위를 직접 처리하지 않고 Core Animation클래스인 CALayer에게 위임하는데, 모든 UIView는 해당 타입의 layer프로퍼티를 가지고 있다.

디테일하게 그림자, 테두리, 3D 변형, 마스킹(Masking), 애니메이션 등의 작업을 처리한다. 유연한 커스터마이징이 가능하다는 특징이 있다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants