I’m new to Xcode 4, and having some problems with TableView.
I have a ViewController which I dragged into a TableView.
I have the source model, and created an array,
but I don’t know how to get the TableView to display the values.
I don’t want to use a TableViewController, because I want the table to be smaller than the IPhone screen – but without it I don’t know how to connect the TableView to a controller.
can someone provide me a good step-by-step explanation of how to do it?
thanks
A simple and efficient example of creating a TableView , here