Answer the question
In order to leave comments, you need to log in
How to create a tableViewController so that each cell has its own tableViewController with its own list?
I want to create a tabular application on ios, so that on the first tab there is a list of categories, and, going through each category, there is a tableViewController.
Answer the question
In order to leave comments, you need to log in
You can make a separate UITableViewController, where you will go by clicking on the cell.
If you want a list of subcategories to expand by clicking on a cell, you can add dynamic cells with animation.
You can also look for ready-made implementations, but this is not so interesting :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question