I want to get the last element of an Array.
// Initialize the Array let arr = ["one", "two", "three"] // Get the last element let lastElement = arr.last print(lastElement)
* 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