ForEach nested in List – stop producing rows when row count hits particular point – Ios swift
I have a list with a nested ForEach loop that should take the data and stop producing rows once the row counter hits three, but I'm receiving the following error message Type '()' cannot conform to 'View Is it possible…