1
This commit is contained in:
@@ -92,10 +92,7 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
|
||||
switch (indexPath.section) {
|
||||
case KBSkinDetailSectionHeader: {
|
||||
KBSkinDetailHeaderCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:kHeaderCellId forIndexPath:indexPath];
|
||||
NSString *title = self.detailModel.themeName.length ? self.detailModel.themeName : @"Dopamine";
|
||||
NSString *download = self.detailModel.themeDownload.length ? self.detailModel.themeDownload : @"0";
|
||||
NSString *right = [NSString stringWithFormat:@"%@: %@", KBLocalized(@"Download"), download];
|
||||
[cell configWithTitle:title right:right];
|
||||
[cell configWithDetail:self.detailModel];
|
||||
return cell;
|
||||
}
|
||||
case KBSkinDetailSectionTags: {
|
||||
|
||||
Reference in New Issue
Block a user