I've been trying to get some response from stack on this issue for a while now with no success.
So i will try to be very precise.
I have an uitableview
with two custom cell nibs. Data source for both are two separate arrays (questions array and answers array).
The first custom cell contains uilabel
(question cell) and another one uibutton
(answer cell).
On launch of the app a specific amount of question cells load up (depending on the amount of objects in the array) and after them the 1 answer cell loads up.
Here is the pic
after click answer2 - again the same procedure happens producing new question cells below as well as the answer3 cell
Don't know how to achieve that.
Thank you!