DWURecyclingAlert
DWURecyclingAlert copied to clipboard
Optimizing UITableViewCell For Fast Scrolling
Results
1
DWURecyclingAlert issues
Sort by
recently updated
recently updated
newest added
Casts for correct XCode 10.1 build: ``` diff --git a/RecyclingAlert/DWURecyclingAlert/DWURecyclingAlert.m b/RecyclingAlert/DWURecyclingAlert/DWURecyclingAlert.m index 122336b..8ffcc32 100644 --- a/RecyclingAlert/DWURecyclingAlert/DWURecyclingAlert.m +++ b/RecyclingAlert/DWURecyclingAlert/DWURecyclingAlert.m @@ -246,7 +246,7 @@ static void dwu_swizzleDrawRectIfNotYet(CALayer *layer) { if (![layer.delegate isKindOfClass:[UIView...