iOS block 循環引用問題

//加入~spa

__weak typeof(self) weakSelf = self;3d

        self.requestData = ^(BOOL isCache){orm

            if (weakSelf.tableView.mj_header.isRefreshing) {table

                [weakSelf messageRequestToData:weakSelf.currentStatus];request

            }margin

            if (weakSelf.tableView.mj_footer.isRefreshing) {top

                if (weakSelf.allCount/weakSelf.pageSize>=weakSelf.pageIndex) {tab

                    weakSelf.pageIndex++;ant

                }co

                [weakSelf messageRequestToData:weakSelf.currentStatus];

            }

        };

相關文章
相關標籤/搜索