예제 #1
0
void CAListView::update(float dt)
{
    CAScrollView::update(dt);
    
	recoveryCollectionCell();

	loadCollectionCell();
}
void CACollectionView::update(float dt)
{
	CAScrollView::update(dt);
    
	recoveryCollectionCell();
    
	loadCollectionCell();
    
	updateSectionHeaderAndFooterRects();
}