Skip to content

Commit 5c53347

Browse files
[UPDATE] showDeleteImage is now public (#10)
1 parent a97255d commit 5c53347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YStepper/UIKit/StepperControl+Appearance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension StepperControl {
2929
/// Stepper's layout properties such as spacing between views. Default is `.default`.
3030
public var layout: Layout
3131
/// Whether to show delete image or not.
32-
var showDeleteImage: Bool
32+
public var showDeleteImage: Bool
3333

3434
/// Initializer for appearance.
3535
/// - Parameters:

0 commit comments

Comments
 (0)