gskbyte / GSKStretchyHeaderView

A generic stretchy header for UITableView and UICollectionView
MIT License
1.75k stars 185 forks source link

GSKStretchyHeaderView issue with insert or delete rows. #92

Open Hossam-Mahmoud opened 6 years ago

Hossam-Mahmoud commented 6 years ago

When deleting or inserting rows in a tableView with a GSKStretchyHeaderView, the header gets animated from the bottom to the top of the the tableView. Enable slow animations on a simulator to catch it. Tested on iOS 11.0

ElKnarzo commented 1 year ago

I have the same issue. Is there already any solutions for this problem?