Last update
This commit is contained in:
@@ -310,8 +310,11 @@ typedef enum : NSUInteger {
|
||||
}
|
||||
}
|
||||
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
|
||||
|
||||
if (section == Medal) {
|
||||
return self.medalInfo.medalCount == 0 ? 0 : 30;
|
||||
} else if (section == Gifts || section == LuckyGifts) {
|
||||
return 50;
|
||||
}
|
||||
return 30;
|
||||
}
|
||||
|
Reference in New Issue
Block a user