I am using this class , https://github.com/TimCinel/ActionSheetPicker to choose current date in my application. The problem is that i would also like to choose a time (hour and minutes) with a picker like this. Can anyone help me customize the class or know any other class that does that?
Thank you!
I am using this class , https://github.com/TimCinel/ActionSheetPicker to choose current date in my application.
Share
I never used, just saw the source code now. But from here:
You need to define your
datePickerMode:UIDatePickerModeDateso you need to check what types theUIDatePickerModeaccepts. So:Select the one you want.