Skip to content

Instantly share code, notes, and snippets.

@iAmrSalman
Created October 10, 2019 15:18
Show Gist options
  • Save iAmrSalman/fd85957dd5e485d07913320b990b9d9a to your computer and use it in GitHub Desktop.
Save iAmrSalman/fd85957dd5e485d07913320b990b9d9a to your computer and use it in GitHub Desktop.
class YourObjectVC: UIViewController {
var shareDelegate: ShareDelegate = ShareManager()
func onShareBtnPressed(_ sender: UIButton) {
shareDelegate.share("Hello, World!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment