We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb004e1 commit 27f7bb8Copy full SHA for 27f7bb8
Sources/GenericCollectionViewKit/datasource/enums.swift
@@ -8,13 +8,14 @@
8
import Foundation
9
10
public enum SectionSizeType {
11
- case large, medium, small
+ case large, medium, small,empty
12
13
var size: CGFloat {
14
switch self {
15
case .large: return 25
16
case .medium: return 23
17
case .small: return 20
18
+ case .empty: return 0
19
}
20
21
0 commit comments