feat: 完成 CP 相关动效
This commit is contained in:
@@ -693,7 +693,7 @@ typedef enum : NSUInteger {
|
||||
[_tableView registerClass:[XPMineMultipleContentTableViewCell class] forCellReuseIdentifier:NSStringFromClass([XPMineMultipleContentTableViewCell class])];
|
||||
|
||||
UIView *footer = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, kSafeAreaBottomHeight)];
|
||||
footer.backgroundColor = [UIColor purpleColor];
|
||||
footer.backgroundColor = [UIColor clearColor];
|
||||
_tableView.tableFooterView = footer;
|
||||
|
||||
if (isMSRTL()) {
|
||||
|
Reference in New Issue
Block a user