I have a dictionary where calls are grouped by the date on which they were called. I have a nested loop where the first ForEach is iterating across the dictionary's keys (date) and a nested ForEach which iterates over the values (phone numbers). However, I cannot figure out how to uniquely identify each row in the list with their own respective id value.
When I click on a single row within the simulator it "clicks" on both rows. I am new to swift so any help would be greatly appreciated. Thank you!