I have been searching the proper difference between Auto Layout and Auto Resizing, but didn\'t able to find the exact answer. Where I can use \"Auto Layout\" and where \"Auto Re
AutoResizing : Autoresizing means that how the content of a view will fit to the view. It probably depends on the self content of the view.
AutoLayout: AutoLayout means how the external constraints like the position of the view , the size of view supported by the other neighboring components.
AutoLayout triggers the AutoResizing Task and for autoresizing activity , auto-layout forcefully or normally change or break the default constraints of views which are related to the corresponding view if needed.