Skip to content

Instantly share code, notes, and snippets.

@stremsdoerfer
Last active January 15, 2017 06:28
Show Gist options
  • Save stremsdoerfer/022c953911943de61b1da6db2f5dbac8 to your computer and use it in GitHub Desktop.
Save stremsdoerfer/022c953911943de61b1da6db2f5dbac8 to your computer and use it in GitHub Desktop.
cell.onButtonTap = { [unowned self] in
self.navigationController?.pushViewController(NewViewController(), animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment