I’m looking for something like this
Tableview section By Date
instead of a date, I have a NSMutableArray that contains information like…
14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16… etc (all in string)
I would like to section them based on those strings (which are days of the month).
no need to rearrange.
Whilst I am not sure if this is exactly what you want, let’s assume that your array is name
numbers.Now,
Let me know if you need something else.