Created
November 14, 2016 10:25
-
-
Save HeshamMegid/361adf5841ff91b4b806c6754a96f2b5 to your computer and use it in GitHub Desktop.
gist.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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