I want to implement User setting in a view controller which has many fields whose height is greater then the default height of view controller. I know I can increase the size of view controller by changing simulated size to freedom and increasing it to my desired height.
But when I do that my scroll will work only till the default height but not up to the increased height.