Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. UIView.transition(with: tableView,
  2. duration: 0.35,
  3. options: .transitionCrossDissolve,
  4. animations: { self.tableView.reloadData() })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement