ggasimzada-graveyard / FxDatePicker

A customizable DatePicker for iOS SDK.
MIT License
9 stars 3 forks source link

Demo #2

Open sentiasa opened 8 years ago

sentiasa commented 8 years ago

The delegate method is not printing anything in ViewController with print(date)...

However the print date works on FXDatePicker.swift if I use it like..

        let date = self.component.toDate();
        print(date);
        delegate.dateSelected(self, date: date);
GasimGasimzada commented 8 years ago

I will work on it and update it