Filter array, according to the filter of another array – Ios swift
There are two arrays - first one is about dates, and the second one shows spendings, being made that day: var arrayOfDates = [01.07, 01.07, 03.07, 04.07, 05.07, 05.07, 05.07] var arrayofCosts = [3, 8, 2, 2, 8, 6, 9]…