본문 바로가기
iOS/설명

[iOS] translatesAutoresizingMaskIntoConstraints

by Sky Titan 2021. 6. 17.
728x90

translatesAutoresizingMaskIntoConstraints

  • true: view를 frame, bounds, rect로 크기, 위치를 조절하고 싶을 때
  • false: view를 constraint로 크기, 위치 조절하고 싶을 때
  • xib에서 view 생성 시 기본적으로 false
  • 코드에서 view 생성 시 기본적으로 true
    • 코드에서 view 생성 후 constraint 적용하고 싶으면 이 속성을 false로 바꿔줘야 한다.
728x90

'iOS > 설명' 카테고리의 다른 글

[iOS] iOS의 화면 표현구조  (0) 2021.07.06
[iOS] NSClassFromString  (0) 2021.07.05
[iOS] CAEmitterLayer로 애니메이션 효과 만들기  (0) 2021.06.15
[iOS] UIWindow  (0) 2021.06.03
[iOS] iOS 앱 배포 방식  (2) 2021.05.27

댓글