S
S
Sergey Kiselev2014-02-01 23:55:19
Cocoa
Sergey Kiselev, 2014-02-01 23:55:19

Test implementation for iOS?

Goodnight. There was a problem - it is necessary to implement a test, there are more than 20 questions in the test, navigation within the test is carried out by swiping left and right.
I think that creating 20 controllers is not the best idea. I don't really want to mess around with HTML either. Tell me how to get out of the situation.
Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
An, 2014-02-02
@Flanker_4

why 20 controllers?
Usually, one UIScrollView is added to the stage (with paging enabled), two (three) controllers are inserted into it, displaying the question and then, while the user is scrolling, they hang out like a deck of cards (a kind of analogue of UITableView but with one visible cell on the screen)
Yes, and in general, UIPageViewControllerClass is just perfect for your task

A
Alexey Storozhev, 2014-02-03
@storoj

You can attach a UICollectionView and enable paging mode for it

M
MagoVinch, 2014-02-07
@MagoVinch

You can use iCarousel! is on github

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question