fruitcoder / ReplaceAnimation

Pull-to-refresh animation in UICollectionView with a sticky header flow layout, written in Swift :large_orange_diamond:
MIT License
947 stars 89 forks source link

Flicker when scrolling up during insertItemAtIndexPath #1

Open fruitcoder opened 8 years ago

fruitcoder commented 8 years ago

There is still a glitch when you scroll up while calling insertItemAtIndexPath, because the header seems to be reloaded and the initial layout attributes for the cell are wrong causing the header to flicker.