I'm using a UITableView control on a Nib with one section and set the delegate/data source to my controller where the "table data" array is initialized to 2 items only. However, I'm seeing additional empty rows being rendered in the Table View when run in the simulator. How can I make the UITableView render only two rows?
Thanks!