Di Wu

CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
1pod
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