I have this view in the storyboard:
as you can see there are some fixed controls, and others that change according to the type of screen. What do you think is better?
1- Same view controller for multiple screens. (more code to control views)
2- Add all controls in the same screen, then hiding and showing them by code? (messy code)
3- View controller for each screen. (replicated code)