The base layout constraint will help you create your ui with autolayouts quickly. For resizing constraints for different devices this will take care of everything.
Follow these steps after adding DesignUtil and BaseLayoutConstraint file in your project.
Click on the constraint you want to resize for all devices based on their screen size. Here i want to adjust the height.
Go to Identity inspector and write baseLayoutConstraint.
and Voila!!!.