Wednesday, 18 September 2013

Filtering uitable results

Filtering uitable results

for a project I am working on I need to filter a UITableView(With two
labels for each cell) based on the date of a label but when I filter the
table using NSPredicate it just isn't working its updating the date labels
to only show the filter date but the task on the other label stays the
same.
After doing research all I can find to use is NSFetchedResultsController
but i havent a clue on how to go about implementing this. I have tried
researching it but its not working for me.
My arrays are:- taskObject dateObject filteredTaskObject filteredDateObject
Thanks in advanced for any help :)

No comments:

Post a Comment