maxsokolov / TableKit

Type-safe declarative table views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plain table with no header or footer still shows the header/footer

danmartyn opened this issue · comments

If I initialize a new section, using either of the constructors that take a header/footer string or view and pass nil for both, when I run, the table still shows empty header/footer views, instead of not showing them. For now, I end up needing to set the footer height to CGFloat.leastNormalMagnitude to make them go away. Can this be done in the framework for us?

@danmartyn

I'm afraid you are ending up with the right solution for now.

Ok, I can stick with that for now then, just wanted to make sure I wasn't doing something wrong. Thanks.