Skip to content

Commit

Permalink
Update swift example
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Feb 20, 2017
1 parent ebfef91 commit 3a76fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CalendarConfigViewController: UITableViewController {
var lunar: Bool = false
var firstWeekday: UInt = 1
var scrollDirection: FSCalendarScrollDirection = .horizontal
var selectedDate: Date = Date()
var selectedDate: Date?

@IBOutlet
weak var datePicker: UIDatePicker!
Expand Down

0 comments on commit 3a76fa9

Please sign in to comment.