I have an array and want to get the maximum element (highest value).
// Initialize the Array var a = [1,2,3,4,5] // Get maximum element var min = a.maxElement() print(min!)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker