N
N
Nikita Olenichev2018-02-17 12:48:32
iOS
Nikita Olenichev, 2018-02-17 12:48:32

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

1 answer(s)
D
Dmitry Belousov, 2018-02-17
@Olenichev

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 question

Ask a Question

731 491 924 answers to any question