2017-11-14 5 views
0

내 프로젝트의 모든보기 컨트롤러에 적용되는 자동 크기 조정을 제거해야합니다. 모든보기 컨트롤러에 자동 크기 조정을 적용하지 못하게하는 방법이 있습니까?모든보기 컨트롤러에서 자동 크기 조정을 사용하지 않도록 설정하는 방법

+0

당신이 봤어을 선택하여 스토리 보드에서 작업을 수행 할 수 있습니다 '? 각 UIView에 대해 자동 크기 조정을 사용하지 못할 수 있습니다. 그게 니가하고 싶은거야? https://developer.apple.com/documentation/uikit/uiview/1622425-autoresizessubviews – peacetype

+0

* "모든보기 컨트롤러에 적용된 자동 크기 조정을 제거 하시겠습니까?" 제약 조건을 설정 했습니까? 제약 조건을 제거 할 수 있도록 제약 조건을 설정 했습니까? 아니면 *** 자동 레이아웃을 완전히 비활성화 하시겠습니까? – DonMag

답변

0
You are able to Disable **Autolayout** in view controller But there is no direct way to disable **Auto-Resizing** in iOS. 

You need to manage PIN in **Auto-Resizing**. Set appropriate PIN of relevant object. Please review attached screenshot for **Auto-Resizing**. 

Happy Coding! :) 

enter image description here

0

당신은 autoresizesSubviews`에서 자동 레이아웃

description

Choose Use Auto Layout

+0

응답 할 때 단순한 이미지 이상을 제공해주십시오. 참조 : https://stackoverflow.com/help/how-to-answer – DonMag

관련 문제