I am creating a studying system that needs to swipe between N tables (ie 25 separate static tableviews each comprising of a question, options 1 - 4, an answer and an explanation). Does anyone know the best way to tackle this. Has anyone seen sample code which can help me out?
I understand that such a scroll behavior goes against best practices for UITableviews as this is reserved for deleting but we do not require deleting in our app and thus there is no conflict.
Thanks!