[TIMOB-1222] Row headers are being pushed down when there is a table header view.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2011-04-15T02:46:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | extra, headers, space, tableview, tableviewrow |
Reporter | Sj101 |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:46:56.000+0000 |
Updated | 2017-03-09T21:24:55.000+0000 |
Description
When you set a header view to the table and then set headers to table rows, the rows are pushed down leaving extra space depending on how big the headerview was.
I attached screenshots to demo the issue. Notice how the first one with the headerview has a lot of space before the row header starts. In the second one, the headerview removed from the tableview, the extra space is gone. It seems like the headerview height is being copied over to each rowheader somehow.
Attachments
File | Date | Size |
---|---|---|
screen-capture-4.png | 2011-04-15T02:46:57.000+0000 | 171252 |
screen-capture-5.png | 2011-04-15T02:46:57.000+0000 | 173666 |
Dupe of #2837.
Closing ticket as duplicate.