I’m making an app where you at one part should be able to switch back and forth between three pages and pick files from each one of them. These will be added to an array as you pick them.
Problem is that the only way I know to link between these pages would be to use a tab bar, which doesn’t work within a navigation controller…
Do you have any idea of what might work?
Thanks in advance
It might not be the exact answer to the question, but can very well be a solution to other people finding this thread…
After a while of experimenting, I found out that I could just change the content in the UITableView for each button push instead of having three separate UITableView’s.