- What i am trying to do is to switch between the controller classes.
- When app launch initially the controller get load with CLASS_A & on click of button i want to reload controller with CLASS_B. Again on click of button (define in CLASS_B) reload controller with CLASS_A.
- BOTH controller CLASS_A & CLASS_B are tableview controller.
- Queries:
A. I thought this is achievable but was not able to find any good direction. Can you please direct me on this.
B. is what i am trying to do is called posing?