Uzyskaj listę wartości właściwości z listy obiektów Swift

let new_list = your_list.map{ $0 }

Map will transform a list of some types to a list of another types
Wicked Wolf