KKGridView
KKGridView copied to clipboard
Cells are not visible until scroll is done
When adding cells to the gridview, they don't show until a scroll gesture is made. Once this happens all the items are rendered normally. Whats going wrong?
I'd really like an answer/fix to this. This is fairly detrimental for our project
are you calling begin and end update? The end update call does not trigger a repaint.
A reloadData will probably solve all of your problems.