Search code examples
iosautolayout

how to disable auto resizing in all view controllers


I have to remove the auto-resizing applied on all view controllers in my project. Is there a way to disable auto-resizing applied on all view controllers.


Solution

  • 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