Can i create a table by using only a UITableView without a UITableViewController?
Is it possible, if it so how to do that programatically?
Can i create a table by using only a UITableView without a UITableViewController? Is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It would be easier to answer your question if you could tell us what is the reason you want to use UITableView instead of UITableViewController?
I believe that you can use UITableView and not the UITableViewContoller, but in this case you need to set appropraite delegates (
dataSourceanddelegate) which need to comply with appropriate protocols.For more information have a look at the documentation at: http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instp/UITableView/dataSource