Список сортировки iOS Swift

var names = ["Jemima", "Peter", "David", "Kelly", "Isabella"]
names.sort()
The Pencil