2 "name": "DWURecyclingAlert",
4 "summary": "Optimizing UITableViewCell For Fast Scrolling",
5 "description": "Injects 4 classes:\n\nUITableViewCell\nUICollectionViewCell\nUITableViewHeaderFooterView\nUICollectionReusableView (as footers/headers)\n\nMonitors 6 time sensitive API calls:\n\n[UIView drawRect:]\ntableView:cellForRowAtIndexPath:\ntableView:viewForHeaderInSection:\ntableView:viewForFooterInSection:\ncollectionView:cellForItemAtIndexPath:\ncollectionView:viewForSupplementaryElementOfKind:atIndexPath:\n\nVisualizes bad drawing code in 2 ways:\n\nDisplays non-recycled UIView, CALayer and UIImage objects with bold red bolders.\nDisplays the time it takes to complete each time sensitive API calls, in milliseconds.",
6 "homepage": "https://github.com/diwu/DWURecyclingAlert",
7 "screenshots": "https://raw.githubusercontent.com/diwu/ui-markdown-store/master/demo_11.png",
10 "Di Wu": "diwup@foxmail.com"
13 "git": "https://github.com/diwu/DWURecyclingAlert.git",
20 "source_files": "RecyclingAlert/DWURecyclingAlert_CocoaPods/*.{h,m}"