
[UIView] frame & bounds (2)
·
📱 iOS/UIKit
아래 좌표계가 나와서 본편의 사진은 소들님 걸로 사용하겠습니다사진 출처: 개발자 소들이학습 목표frame과 bounds 차이 다시 알아보기bounds를 왜 쓰는 건지 알아보기학습 내용frame vs bounds frameboundsorigin (x, y) 기준점Super View의 좌표계자신의 좌표계size (width, height) 기준점View 영역 모두를 감싸는 사각형View 영역 자체지난 주에 하나하나 실습하며 알아봤던 각각의 특징이다.이제 위치 (x, y)를 변경할 때, frame과 bounds가 어떻게 달라지는 지 알아보자frame의 origin 값을 변경하는 경우bounds가 아닌 frame의 origin은 SuperView의 영향을 받음즉, secondView가 바뀌면, thirdView..