|
@@ -197,7 +197,7 @@ class NCGridCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProto
|
|
|
dateFormatter.timeStyle = .none
|
|
|
dateFormatter.locale = Locale.current
|
|
|
|
|
|
- labelInfo.text = dateFormatter.string(from: date as Date) + ", " + CCUtility.transformedSize(size)
|
|
|
+ labelInfo.text = dateFormatter.string(from: date as Date) + " · " + CCUtility.transformedSize(size)
|
|
|
}
|
|
|
|
|
|
func setAccessibility(label: String, value: String) {
|