I am working on an iOS application and i need your help guys !
My home page is a UIView, in this UIView i have a UIImageView,…, and also a UITableView.
I create a UITableViewController class and i need to associate this class to my UITableView.
How can i do ?
Best regards !
Why do u want to create a UITableViewController for it. Simply create a UIViewController and append the UITableViewControllerDelegate and UITableViewDataSource to it to take control of your UITableView:
in the viewDidLoad you have to assign the delegate/datasource of the tableview to your UIViewController: