Hi
How you can see at file attached ... I have two UIviewControllers, "Cedula Arbitral - Partidos has a TableView object, when the user tap on a row, show it the last UIViewController (all black) with this code on didSelectRowAtIndexPath
It's possible to hide the tap bar on the last UIVieController?
How you can see at file attached ... I have two UIviewControllers, "Cedula Arbitral - Partidos has a TableView object, when the user tap on a row, show it the last UIViewController (all black) with this code on didSelectRowAtIndexPath
Code:
[self.navigationController pushViewController:tablero animated:YES];
It's possible to hide the tap bar on the last UIVieController?