CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

Di Wu

1pod

DWURecyclingAlert

Injects 4 classes:

UITableViewCell UICollectionViewCell UITableViewHeaderFooterView UICollectionReusableView (as footers/headers)

Monitors 6 time sensitive API calls:

[UIView drawRect:] tableView:cellForRowAtIndexPath: tableView:viewForHeaderInSection: tableView:viewForFooterInSection: collectionView:cellForItemAtIndexPath: collectionView:viewForSupplementaryElementOfKind:atIndexPath:

Visualizes bad drawing code in 2 ways:

Displays non-recycled UIView, CALayer and UIImage objects with bold red bolders. Displays the time it takes to complete each time sensitive API calls, in milliseconds.

License: MIT

  • Objective C