Loop to check matches in several arrays – Ios swift
I have 7 arrays of Strings. var redArray : [String] = ["2022-07-13", "2022-07-14","2022-07-15"] var blueArray : [String] = ["2022-07-13", "2022-07-14","2022-07-16"] ... And five more of the same format I'm trying to create a method that will go through seven arrays…