I am using UIDatePicker in my app and I want to disable only date selection in it and time selection should not be effected.
Can anyone help me with this.
I am using UIDatePicker in my app and I want to disable only date selection in it and time selection should not be effected.
Can anyone help me with this.
Set the
datePickerModetoUIDatePickerModeTime.