pushViewController for same instance - only for animation purpose
- by techastute
Hi there,
I am having single table view in a view controller. That table view lists the countries first. When I click on a country(row), it has to push the same view controller's view with cities under that country. I need to see the slide animation, which we usally get while pushing views in navigator.
Is it possible to use the…