Say i have a Parse app (Parse.com) with a class called "Employees" with a column for a string "name" - i want to display a UITable list of the employees names. <--This part is easy.
However i do not want any repeating names. I have 25 "Bob" names and 35 "Anne" names in my list and the rest are all unique. How would i count how many times "Bob" or "Anne" appears and then only display them once in the table view?
I have been having a look around the internets and for the life of me i cannot find an answer to this problem so far - i may be too tired or spent too long coding so any help would be appreciated.
If the answer is obvious or in another question or documentation feel free to link me there.
Thanks again.