I have two view controller FirstVC and SecondVC. i have a table view in FirstVC. I simply want to push my view on SecondVC by clicking on any cell of FirstVC table view. I am using storyboard for this view. i don't have separate NIB file for the view.
Thanks in adv.
If you are using storyboard then just control click and drag from tableview cell to the nextviewcontroller and select push from drop down.