I have made a segment control.
In that there is three segments..
Now I have used a single table in which when I select different segments..different data appears accordingly in the rows of that table..
Now my problem ...
When I select segment 1...it should navigate to the FirstViewController...when I select row from appeared table
When I select segment 2...it should navigate to the SecondViewController...when I select row from appeared table
When I select segment 3...it should navigate to the ThirdViewController...when I select row from appeared table
where FirstViewController,SecondViewController,ThirdViewController are simple viewControllers with some Image
How to do this?
