Table view section bug

Clicking a custom UITableView section header is invoking didSelectRow: on first row of the section

solution:

改用UITableViewHeaderFooterView or UIView


https://stackoverflow.com/questions/18635633/clicking-a-custom-uitableview-section-header-is-invoking-didselectrow-on-first

你可能感兴趣的:(Table view section bug)