I have a button in my view controller and I want to connect my button to table view controller (It means that when I click on button it loads and brings my table)
bu
as you said storyboard :
First go through the iphone story board and create your view then add your button
after that
with this process you can easily have your GUI demo without writing the code and then you should create the TableViewController file and add your code ,
just don't forget --> when you finished the GUI part and code, you should add createViewController class to your GUI via object in custom class.
hope this helps!