iOS: custom UIDatepicker like the attached image -


is there way achieve datepicker?

enter image description here

just normal picker here example make data source "today" , list of dates formatted thu, may 14

nsdateformatter *dateformatter = [[nsdateformatter alloc] init];   [dateformatter setdateformat:@"eee, mm, dd"]; nsstring *datetoshowonpicker = [dateformatter stringfromdate:[nsdate date]] 

add dates of of interest on array , show that

:p


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -