Hard to get the headline correct since there is so much to tell. I got this NSArray (A portion of it): Mon, 06:00, Radioshow Morning, Mon, 10:00, Lunch radio, 14:00, Afternoon Radio and so on. The NSArray is from an plist in the app.
What I need to build (and failed with) is a search function that shows me the right program with these search values: searchDay and searchTime
Both those values are from NSDate. I've been Googling for about and hour now and hasn't come up with anything usefull so my last hope stands to stackoverflow to show me what I am missing.
I've been dabbling with dateFromString, compare, timeIntervalSinceNow but for some reason failed to achive what I am about to do.
Greatful for any help givven.
TIA Mattias