My first two view are Navigatinbased table view controllers. The third view is a tab bar with tabs based on selected row.
My problem is I am using TabBar based app so for first two view I have used presentModelView, but when user select a row I should open Tabbar view with same transaction(animation) as we have in navigation controller, Where on hiding the presentModelView have different transaction(animation).
Can any one help to know how I can show tab bar view when user click on TableCell.
Thanks