Hello,
I am new to programming and want to begin to plan out a simple app. I have a question about how to best go about it. View Based, Navigation based etc.
The idea would best be described as a type of "magazine". Each "page" is unique in that it presents different information, images and buttons with different actions.
What is the best practice method for dealing with multiple unique views?
If I have 25 views that have unique content and functionality, do I create 25 unique classes with a view controller for each?
Many thanks

I am new to programming and want to begin to plan out a simple app. I have a question about how to best go about it. View Based, Navigation based etc.
The idea would best be described as a type of "magazine". Each "page" is unique in that it presents different information, images and buttons with different actions.
What is the best practice method for dealing with multiple unique views?
If I have 25 views that have unique content and functionality, do I create 25 unique classes with a view controller for each?
Many thanks