Skip to content

Garbage remains on scrollView while call refreshData. #2

@dombesz

Description

@dombesz

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];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions