I've got a series of UITableViews (Child A, B, C) which all have a common parent Tableview.
Navigating between children tableviews will be sequential (e.g. following a recipe).
At the moment, navigation looks like this:
Starting in Parent TableView (Rows Child A, B, C):
Select Child A -> Push Child A -> View Child A -> click Return to pop Child A and return to Parent
Repeat for Child B, C
However, what would be neat is if we could navigate like this:
Starting in Parent TableView (Rows Child A, B, C):
Select Child A -> Push Child A -> View Child A -> Click a floating, transparent Next button/view -> Push Child B -> etc...
I haven't seen any examples of this navigation in any sample code - is this possible or are there some hidden gotchas?