I have an Array and want to insert a new item at a specifix index position.
// Initialize the Array var a = [1,2,3] // Insert value '6' at index '2' a.insert(6, atIndex:2) print(a)
* 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