**Best Approach**
Hey all,
I am working on a riddle based game where you solve riddles from all over the world. The problem is this. I do not want to have 30 View Controllers representing the 30 riddles (and their solutions). I want to construct a database that contains the riddles text and solution (which is a lot of code) and have only one generic VC for the riddle screen. Once u click on a riddle, you go to the generic Vc and the database populates the generic screen with the appropriate solution and riddle. I think this would do wonders for loading time. Any ideas?
PS: Maybe loading 30-35 VC isnt so bad?
|