Controls in iOS for quiz app with differing number of answers to questions -
i'm working on quiz app.
the thing i've noticed questions may not have fixed number of answers. instead of say, 4 possible answers , 1 correct answer, have 6 possible answers 2 correct answers.
is there way deal this?
what don't want have buttons not in use.
at moment i'm wondering if there way of having multiple view controllers depending on how many possible answers there are, or have buttons become inactive if there no answer selected?
it possible. should use tableview / collectionview achieve that.
you able change number of items, according answers count, , allow user select 0 n answers.
moreover, it reusable components, have design ui 1 question, , following reuse same layout