Scenario
I have an app that allows users to post suggestions onto a PFQueryTableViewController. I am using the parse.com framework and each post is created with an attached "date" 00/00/00
and "time" 00:00PM
.
What I Need
To have sections in the tableview set up for each day ("date" object on the Post) - With the 00/00/00
displayed as the title for the section.
Question
Does anyone know how to design something like this?
There was something posted on the old parse.com forums for something similar to this:
https://parse.com/questions/using-pfquerytableviewcontroller-for-uitableview-sections
It is for sports, but you can easily modify it to match your needs.
Here is the code if the link dies:
SectionedQueryTableViewController.h
SectionedQueryTableViewController.m