I have 3 xib files, 3 buttons on all of the xib files and I am loading the view dynamically when a button is pressed.
For instance when button 1 is clicked then view 1 appears and similarly for button 2 and button 3. Is there any way to preserve these views like I have selected a tablecell and then I navigate to view 2 and then come back to button 1 and tablecell selected?
Please help me.