Hey all,
I have a UITableView with a header. When I scroll in the section that does not fit all its elements on the screen, I'd like the header to move off screen instead of the normal behavior of staying on top until it is replaced by another section.
Is this doable? I would like to avoid making the header a UITableView row like the elements within the section.
Thanks!