ios swift last element code example Example: how to get the last element of an array in swift if let last = a.last { print(last) }