I need help using UITableView Controller sub class. How should i populate the tableview with my valu
- by Usama Ahmed
I am working on a view-based project. My first view is a UIView where i fetch my data. Then i add a subview to my window which is a UITableView. Now i am unable to populate my data to UITableView. Please help..