AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

layout all cells after HeaderView's height was changed

Open xuzhe opened this issue 13 years ago • 1 comments

Some times the HeaderView's height will be changed, after that I will call [gridView setNeedsLayout] to relayout.

This commit fixed the problem that the layoutSubviews method did not notice the height of headView changed.

xuzhe avatar Feb 05 '12 08:02 xuzhe

I ran into this too. Thanks for the patches @xuzhe. Maybe it can get merged at some point.

danimal avatar Apr 23 '13 17:04 danimal