so i've already coded a lot of time on swift and i would like to have your opinion.
I really think that to succeed in making a responsive application without shooting a bullet is a feat because either we try to use "DeviceLayout" and we have to make the application for all types of devices or we use autoLayout with the storyboard or each new view, each new constraint there is a problem that appears.
I know it's technically possible to design directly on the view controller but is it possible to make a view (header, content with scrollView, footer) only in the view controller ? because I spent 8 hours to put a scrollview with a footer and it's still not responsive