How to filter one array into multiple arrays depending on a specific value inside of the array? – Ios swift
I am trying to filter an array of places into multiple arrays depending on the city, state (which I have labeled as address) of the place. I want all of the place objects with the same address to be grouped…