Skip to content

Instantly share code, notes, and snippets.

@lonelytango
Last active October 17, 2015 05:11
Show Gist options
  • Save lonelytango/d2f1831ce4c3a50f4229 to your computer and use it in GitHub Desktop.
Save lonelytango/d2f1831ce4c3a50f4229 to your computer and use it in GitHub Desktop.
Exchange items in swift array
let listItem = list.removeAtIndex(fromIndex)
list.insert(listItem, atIndex: toIndex)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment