Experts, I am struggling to dynamically scale the height of UITextField based on the screen size using AutoLayout.
For example I would like to see TextFixed height as 25 when viewed on 3.5 screen size and 50 when viewed on 4.7 screen size.
Is this even possible using IB? If not what would be the correct programmatic way to do so?
Please refer to the image below for what you need to setup in the IB. code example