Skip to content

Commit 2a8fbe8

Browse files
author
Admin
committed
Makes selectedDay property of BasicCalendarViewConfigurator public
1 parent 311354a commit 2a8fbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YourCalendar/Implementation/BasicCalendarConfigurator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public final class BasicCalendarViewConfigurator: CalendarViewConfiguratorProtoc
1010
public typealias Model = CalendarViewDayCell.Model
1111

1212
/// Selected day model
13-
private(set) var selectedDay: Date?
13+
public private(set) var selectedDay: Date?
1414

1515
private var formatter = DateFormatter().with {
1616
$0.dateFormat = "d"

0 commit comments

Comments
 (0)