1
This commit is contained in:
@@ -67,8 +67,8 @@ static NSString * const kInnerTagCellId = @"kInnerTagCellId";
|
||||
}
|
||||
}
|
||||
}
|
||||
// 行高固定 32;行间距 8;上下额外增加 8 视觉留白
|
||||
return rows * 32 + (rows - 1) * 8 + 16;
|
||||
static const CGFloat kTagHeight = 24.0;
|
||||
return rows * kTagHeight + (rows - 1) * 8;
|
||||
}
|
||||
|
||||
#pragma mark - Lazy
|
||||
|
||||
Reference in New Issue
Block a user