I have an array of objects. Each object has a key "username".
Is there a swift way of sorting this array of objects into ascending order?
(array(at: indexPath.row) as AnyObject).value(forKey: "username") as? String)!
Thanks
I have an array of objects. Each object has a key "username".
Is there a swift way of sorting this array of objects into ascending order?
(array(at: indexPath.row) as AnyObject).value(forKey: "username") as? String)!
Thanks