iOS: custom UIDatepicker like the attached image -
is there way achieve datepicker?

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
Post a Comment