+ 2
Swift dictionary sort() - how to?
How to sort a dictionary in swift using sort() method? Tutorial says it's possible, but I only managed sorting it with sorted()
1 Respuesta
+ 1
When possible please refer back to Swifts documentation. Using the documentation and learning from it will greatly advance your skills as a programmer.
https://developer.apple.com/documentation/swift/array/1688499-sort