I\'m sorting an Array like this:
var users = [\"John\", \"Matt\", \"Mary\", \"Dani\", \"Steve\"] func back (s1:String, s2:String) -> Bool { return s1
Another way is to use closure in a simple way:
users.sort({a, b in a > b})