Obtenga una lista de valores de propiedad de la lista de objetos Swift

let new_list = your_list.map{ $0 }

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