AQGridView
AQGridView copied to clipboard
layout all cells after HeaderView's height was changed
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.
I ran into this too. Thanks for the patches @xuzhe. Maybe it can get merged at some point.