I need help using UITableView Controller sub class. How should i populate the tableview with my valu
Posted
by Usama Ahmed
on Stack Overflow
See other posts from Stack Overflow
or by Usama Ahmed
Published on 2010-05-11T07:36:00Z
Indexed on
2010/05/11
10:44 UTC
Read the original article
Hit count: 337
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..
© Stack Overflow or respective owner