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.