I am creating an iOS application. I use storyboards to create screens, and I created a form that contains some fields, such as Name, Date, min, and max.
I ran into a problem that cannot implement date selection when a button is pressed, and when the user selects a date, the date selection timer wants to display the selected date in a label.
I googled but could not find a good tutorial or library. I want to show only the days and date in the picker.
ios iphone forms uidatepicker
Daljeet
source share