I’ve seen a tutorial about how to create a drill down table view and would like to know how to do the same, but instead of a UITableViewController I have a UIViewController.
Currently I have 2 TableViews in my ViewController. The first shows the data and the second is used for filtering.
I’ve seen a tutorial about how to create a drill down table view and
Share
I had the same problem writing an app that used multiple table views. Are you having trouble getting the segues working? I had the same problem, and used the following segue code within my uitableviewcontroller:
Is this where your problem lies or is it some other location within trying to get the data to filter?