Skip to content

Commit 3725546

Browse files
author
Ahmet Sina Ustem
committed
Dump removed
1 parent a09b57a commit 3725546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example/ALFormInput/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ViewController: UIViewController {
7474
// MARK: - ALDatePickerDelegate'
7575
extension ViewController: ALDatePickerDelegate {
7676
func didSelectDate(_ view: ALDatePicker, selectedDate: Date) {
77-
dump(selectedDate.formatted(format: "dd MMMM yyyy"))
77+
// You can handle selected date
7878
}
7979
}
8080

0 commit comments

Comments
 (0)