It is the general way of implementing/connecting views using viewControllers ( as follows ).
- Declare IBOutlet variables in .h file of your view controller.
- Open .xib of your view controller.
- tap on Files Owner & then connect accordingly.
I want to do in reverse mode ( For XCode4 )
- I will give a name using Interface builder ( XCode 4 )
- Then save .xib file.
- .h file of that view controller will be automatically updated with Outlet Variables
Is it possible? How?