Skip to content

Instantly share code, notes, and snippets.

@HeshamMegid
Created November 14, 2016 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeshamMegid/361adf5841ff91b4b806c6754a96f2b5 to your computer and use it in GitHub Desktop.
Save HeshamMegid/361adf5841ff91b4b806c6754a96f2b5 to your computer and use it in GitHub Desktop.
gist.swift
func instabug(gestureRecognizer: UIGestureRecognizer) {
if gestureRecognizer.state = .recognized {
Instabug.invoke(with: .newBug)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment