[iOS] CALayer의 anchorPoint, position
[CoreAnimation]CALayer의 AnchorPoint, zPosition AnchorPoint UIView에서 frame, bounds, center 속성은 CALayer에서도 동일하게 frame, bounds, position 속성으로 가지고 있습니다. frame은 외부에서 바라보는 좌표를 나타내고 bounds는 내부에서 바라보는 좌표를 나 minsone.github.io Apple Developer Documentation developer.apple.com anchorPoint 해석 그대로 해당 layer의 축이 될 곳을 가리키는 좌표 값이다 x, y 좌표 모두 0~1까지의 값을 기준으로 (0, 0)이 좌측 상단, (1, 1)이 우측 하단을 가리킨다. default는 (0.5, 0.5) ..
2021. 12. 8.