Im trying to convert iPhone app storyboard to iPad. I used https://stackoverflow.com/a/8694985/2516538 to convert the storyboard to iPad, but the views are not scaled.
In order to scale them, I need to edit each view controller (~50) and scale all views inside (~20+).
I'm not using Size Classes or Auto Layout, I used autosizing for iPhone Storyboard [ To make it scale in iPhone screen sizes ], but it does not scale well in iPad [ so I removed autosizing it iPad storyboards ].
Do I have to edit each view controller and views inside them, or there is another way to do make the job easier?