Hi all, Insted of the default header in the UITableView i implemented a custom table header using
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
I used this method because i need to view my lengthy string within that header, so that i can reduce the size of the header font size.
But when i implement it in this way, the header doesn't look like separated. A separating line is missing just beneath the header. can any one help me to implement this line beneath the header...?
Thanks in advance, Shibin