Table of Content
Table header image view
Here is a code snippet to set an image view as Table header view.
Note: Not to confuse it with section header view, which uses the following delegates to define.
1- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section;