HorizontalTable icon indicating copy to clipboard operation
HorizontalTable copied to clipboard

Garbage remains on scrollView while call refreshData.

Open dombesz opened this issue 15 years ago • 3 comments

I experienced that garbage remains on the scrollView if you call refreshData. The scrollview is not cleaned up while refreshing. I suggest to add these lines to refreshData method. for(UIView *subview in [self.scrollView subviews]) if([subview isKindOfClass:[UIView class]]) [subview removeFromSuperview];

dombesz avatar Jul 27 '10 14:07 dombesz

Thanks! Worked like a charm! Have you considered forking repo then requesting it be pulled back in?

markcerqueira avatar Jul 22 '11 21:07 markcerqueira

Sent a pull request, you can see its status here: https://github.com/TheVole/HorizontalTable/pull/5

dombesz avatar Jul 27 '11 06:07 dombesz

Thanks! Been fighting with that for hours ;)

mzygar avatar Aug 28 '12 14:08 mzygar