Abob
0
Q:

check enumatted arrray last item swift

    for (idx, element) in array.enumerated() {
      if idx == array.endIndex-1 {
        // handling the last element
       }
     }
0

New to Communities?

Join the community