I have an array and want to a get a specific element, by index.
// Initialize the Array var arr = ["one", "two", "three"] // Get element at index: 1 print(arr[1])
* 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