将自定义cell变成弱引用

   __weak typeof (self) wkSelf = self;

    __weaktypeof(upViewCell) wkCell = upViewCell;

    upViewCell.zuoShanBack= ^(UIButton*btn) {

        [wkCellcloseMenuWithCompletionHandle:^{

            NSMutableDictionary *params = [NSMutableDictionary dictionary];

            params[@"id"] = viewModel.id;

            params[@"token"]=[DJUserDefaults

你可能感兴趣的:(将自定义cell变成弱引用)