Jose Felix Gomez
Results
1
comments of
Jose Felix Gomez
For anyone that needs to use this here’s an example of how I managed to do it using the objc_instance of the NavigationView: ``` nc = navigation_view.objc_instance.navigationController() nc.popToRootViewControllerAnimated_(False) ``` Found...