-
Notifications
You must be signed in to change notification settings - Fork 0
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
<1주차> Bounds 와 Frame 의 차이점을 설명하시오. #1
Comments
Frame의 경우에는 Super View을 기준으로 상대적인 위치와 크기를 나타내는 좌표계입니다. Bounds의 경우에 자신만의 위치계이기 때문에 SuperView의 bounds에 변화를 주었을 때 SubView들이 움직이게 보이는 느낌이 나타나게 됩니다. 흔히 말하는 ScrollView, CollectionView, TableView ContentOffset 이 원리를 사용한 것입니다. |
frame: 부모 뷰의 좌표 시스템을 이용해 뷰의 위치와 크기를 조정하는 것! bounds: 뷰 자체의 좌표 시스템을 가지고 뷰의 위치와 크기를 조정하는 것! bounds와 frame의 차이점 중에서 가장 눈에 띄는것은!! 좌표 시스템이 누구에 달려있는가가 눈에 띄는데요!! 이런 좌표 시스템에 따라서 화면에 그리게 되는데 제한적인 부분이 있어요
|
|
발표자: 승호 주혁: 안에있는좌표계가 바뀌는걸껄? Frame로테이트하면 뷰전체를 포함하는 영역이 frame 애니메이션할때 쓰는것은? |
No description provided.
The text was updated successfully, but these errors were encountered: