refactored due to the DefaultValuing update
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
393b791a40
commit
a95499b186
@ -58,7 +58,7 @@ open class Carousel: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Space between each tile. The default value will be 6X in tablet and 3X in mobile.
|
/// Space between each tile. The default value will be 6X in tablet and 3X in mobile.
|
||||||
public enum Gutter: String, CaseIterable , DefaultValuing {
|
public enum Gutter: String, CaseIterable , DefaultValuing, Valuing {
|
||||||
case gutter3X = "3X"
|
case gutter3X = "3X"
|
||||||
case gutter6X = "6X"
|
case gutter6X = "6X"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user