I started my studies in Swift
, I am currently studying Swift 4
, but I came across a doubt, which I believe many people who are starting also have (or not).
In the course I'm seeing, the teacher teaches us how to develop apps
using the famous Drag and Drop of MainStoryBoard
.
But in another series (gringo), I saw the teacher teaching without using MainStoryBoard
, right away, he excludes this file, and everything he does (literally) is in the code, from the constraints to each element of the app.
I've come to doubt, what is the right way to develop apps, what are my limitations using MainStoryBoard
?