Guest User

Untitled

a guest
Oct 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. yourArray.insert(element, at: 0)
  2. tableView.beginUpdates()
  3. tableView.insertRows(at: [IndexPath(row: 0, section: 0)], with: .automatic)
  4. tableView.endUpdates()
Add Comment
Please, Sign In to add comment