I have an InvoiceVC in the second tab bar ( tab Bar index : 1 ) like the picture above. if the table view cell is tapped, I need to segue to the InvoiceDetailVC like the picture below
as you can see in the InvoiceDetailVC, there is no tab bar in the bottom of the InvoiceDetailVC, I mean that tab that has red badge in the bottom. I need remove that tab bar.
I have tried to use present modally instead of push show segue. But the problem is, there is no back button to back to InvoiceVC
so what should I do ?