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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -