I want the functionality similar to the last tabs in a tab bar (those that are shown in a table after pressing the "..." )
Each points to another view.
My table
page a>
page b>
page c>
I guess that the code should be in didSelectRowAtIndexPath but
- I dont know how to call a nib based on the table
- I dont know if after navigating to the next nib ... I'll be able to navigate back
Thanks Asaf