UITableView: custom header title view doesn't show
问题 I want to display a table with custom header titles. The table view is attached to a controller class that implements the tableview delegate and data source protocols but is not a subclass of UIViewController because the table is a subview to be displayed above another tableview. some snippets of my code: The tableview is created programmatically: _myListView = [[UITableView alloc] initWithFrame:tableFrame style:UITableViewStyleGrouped]; [_myListView setDataSource:self.myListController]; [