diwu / DWURecyclingAlert

Optimizing UITableViewCell For Fast Scrolling
MIT License
559 stars 38 forks source link

Support for UICollectionView headers and footers #7

Closed graemesi closed 9 years ago

graemesi commented 9 years ago

UICollectionView headers and footers are created by using the [dequeueReusableSupplementaryViewOfKind:withReuseIdentifier:forIndexPath:] method. It would be a very useful addition if recycling alerts and timings were displayed for headers and footers.

diwu commented 9 years ago

Thanks @graemesi . Will think about a way to support headers and footers. Will get back to you shortly.

graemesi commented 9 years ago

Many thanks - I found DWURecyclingAlert very helpful for diagnosing some performance issues with cells in a complex collectionView. It's already a great tool, thank you for releasing it!

diwu commented 9 years ago

@graemesi Done. Give it a try.

graemesi commented 9 years ago

Thank you - it works great!

Sent from my iPhone

On 1 Jul 2015, at 09:10, diwup notifications@github.com wrote:

@graemesi Done. Give it a try.

— Reply to this email directly or view it on GitHub.