I’m building a list in a table view where I only want to view unique data, although when I create the datasource I don’t know at the time if what I’m adding already exists.
Is there a built in method to use when adding a new row to a datasource that will efficiently add the data only if it has not already been added? Or will I need to loop through each item in the datasource for each item I am trying to add?