Reducing the space between sections of the UITableView.
Posted
by flohei
on Stack Overflow
See other posts from Stack Overflow
or by flohei
Published on 2010-05-12T09:03:58Z
Indexed on
2010/05/12
9:54 UTC
Read the original article
Hit count: 212
Hi there,
is there a way to reduce the space between two sections of a UITableView? There are about 15 pixel between every single section I have. I did already try to return 0 for -tableView:heightForFooterInSection:
and -tableView:heightForHeaderInSection:
but that doesn't change anything.
Any suggestions? Thanks in advance.
–f
© Stack Overflow or respective owner