Skip to content

retain cycle #28

@ashamp

Description

@ashamp

in CBStoreHouseRefreshControl.m

line32:@Property (nonatomic, strong) UIScrollView *scrollView;

line82:refreshControl.scrollView = scrollView;

line87:[scrollView addSubview:refreshControl];


cause retain cycle
I think it should be:
line32:@Property (nonatomic, weak) UIScrollView *scrollView;

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