S sldice macrumors newbie Original poster Dec 3, 2010 #1 I'm pretty new and hoping someone could tell me the best format to create a trivia app. I currently have a separate xib for each question which is clearly wrong. Could someone tell memthr best way to do it? ie and array, switch, etc. Thanks.
I'm pretty new and hoping someone could tell me the best format to create a trivia app. I currently have a separate xib for each question which is clearly wrong. Could someone tell memthr best way to do it? ie and array, switch, etc. Thanks.
robbieduncan Moderator emeritus Dec 3, 2010 #2 Store the questions in a file that you load at run time. A plist would make sense.