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 -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -