Hello guys, I'm using Storyboard.
In TableView, using Navigation Controller, how can I show parent cell's name on child cell's navigation title?
For example, there are two cells in the root(the parent) cell; macOS, iOS.
macOS cell has three child cells; big sur, catalina, mojave
iOS cell has three child cells too; 14, 13, 12.
when I touch(click on simulator) macOS, it shows child cells, which are big sur, catalina, and mojave. And in this view(which shows those three cells), how can I show macOS on navigation title(macOS is parent cells).
In TableView, using Navigation Controller, how can I show parent cell's name on child cell's navigation title?
For example, there are two cells in the root(the parent) cell; macOS, iOS.
macOS cell has three child cells; big sur, catalina, mojave
iOS cell has three child cells too; 14, 13, 12.
when I touch(click on simulator) macOS, it shows child cells, which are big sur, catalina, and mojave. And in this view(which shows those three cells), how can I show macOS on navigation title(macOS is parent cells).