Here is what I want to achieve:
I did it on Android. Now I want to do it in iOS. As a begier, I am confused what iOS developers may use for this. A UITableView or UIStackView or something else?
Please keep in mind:
- The box showing question number shouldn't change it's ratio
- The question text maybe 1 line, maybe 10 lines
- Options under the question maybe more or less than this
- The next and previous buttons should be at the end of all contents, not floating at bottom of the display

