I have a tableview added as a subview in one of the viewcontrollers in storyboard. It has 6 sections each having one row. On selecting each row a new viewcontroller should open. There are 6 such different viewcontrollers for that. I dont know how to achieve this in storyboard. Is there any way to bind this via storyboard or i have to do this manually. Any help will be accepted.
Thanks.
I have a tableview added as a subview in one of the viewcontrollers in
Share
Use
performSegueWithIdentifiermethod when you take view controllers in story board.I think it will be helpful to you.