NHBalancedFlowLayout icon indicating copy to clipboard operation
NHBalancedFlowLayout copied to clipboard

Sticky headers

Open rvi opened this issue 10 years ago • 2 comments

Hi,

I just modify the layout to have sticky header (like in UITableView) in option. By default, stickyHeaders is set to no.

I don't know if you wanted this feature. I had to implement it for my app, so I sent you a pull request for this feature. If you don't want it in your component, feel free to refuse the pull request :).

R.

rvi avatar Feb 18 '14 17:02 rvi

Thanks for issuing a pull request. I would need to look at this a bit more thoroughly before merging it back, because right now the entire layout would be invalidated many times during scrolling, and I think that will adversely affect performance.

njdehoog avatar Feb 19 '14 08:02 njdehoog

Yes I'm totally agree. If I've got some time to investigate, I'll improve my code, and pull request back.

rvi avatar Feb 19 '14 09:02 rvi