A question I got asked a couple of times, when using UIKit how do you prefer building the layouts? #iOS #SwiftLang
@mouna_coder All of these combined of course, as each has it’s different use cases. Don’t understand people trying to do all in just one of them, that’s not what these technologies were designed for …
@mouna_coder Programmatically. Once I got used to building it with code, I realized storyboards are a hassle to maintain with no added value.
@mouna_coder The only acceptable scenario for storyboards is when you are working on a project alone. In every other case you should build your UI programmatically.
@mouna_coder Programmatically, and it’s the wise choice.
@mouna_coder It depends on the team you are working with
@mouna_coder Actully using many storyboards. for almost each controller I create a single storyboard.