S sldice macrumors newbie Original poster Oct 24, 2010 20 0 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 Jul 24, 2002 25,611 893 Harrogate Dec 3, 2010 #2 Store the questions in a file that you load at run time. A plist would make sense.