Commit 7988d4586e6ef2d20e9d2c47501b33a165abb918
1 parent
3dee27c9
0.5.2关注交互
Showing
4 changed files
with
2 additions
and
4 deletions
CNLiveVideoClassifyKit.podspec
CNLiveVideoClassifyKit/Classes/Manager/CNLiveListManager.m
CNLiveVideoClassifyKit/Classes/SearchView/View/CNWitnessTopView.m
| ... | ... | @@ -114,7 +114,6 @@ |
| 114 | 114 | [_backBtn setImage:[UIImage loadBundleImage:@"backBlack"] forState:UIControlStateNormal]; |
| 115 | 115 | [_backBtn addTarget:self action:@selector(backBtnClick) forControlEvents:UIControlEventTouchUpInside]; |
| 116 | 116 | _backBtn.hidden = YES; |
| 117 | - _backBtn.touchAreaInsets = UIEdgeInsetsMake(-5, -5, -5, -5); | |
| 118 | 117 | } |
| 119 | 118 | return _backBtn; |
| 120 | 119 | } | ... | ... |
CNLiveVideoClassifyKit/Classes/SearchView/ViewController/CNWitnessSearchDetailController.m
| ... | ... | @@ -131,7 +131,6 @@ static NSString *const CNWitnessSearchPersonCellID = @"CNWitnessSearchPersonCell |
| 131 | 131 | model.focused = YES; |
| 132 | 132 | model.fansNum += 1; |
| 133 | 133 | } |
| 134 | - [self.dataSource replaceObjectAtIndex:index withObject:model]; | |
| 135 | 134 | [self.collectionView reloadItemsAtIndexPaths:@[[NSIndexPath indexPathForItem:index inSection:0]]]; |
| 136 | 135 | } |
| 137 | 136 | } | ... | ... |