Last week i have downloaded Xcode 4.2, so when i started building apps i\'ve tried to add an UITableView
to one of my projects (as normal as i have been doing s
You should start with the project template "Master-Detail Application" and look at the mechanisms to create your own code in C++.
But at the core, creating a UITableView is a two step:
also, this might help you: Can i write Cocoa Touch[iPhone] applications in C++ language