how to get sorted dictionary in swift code example Example: swift order dictionary by key let sortedKeys = Array(dictionary.keys).sort(<) // ["A", "D", "Z"]