Skip to content

Instantly share code, notes, and snippets.

@d-date
Created March 14, 2018 10:08
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-date/2ece36fc26db895a3e7d1c9df9fdc6bd to your computer and use it in GitHub Desktop.
Save d-date/2ece36fc26db895a3e7d1c9df9fdc6bd to your computer and use it in GitHub Desktop.
Share extension for popular apps
private extension UIActivityType {
static let postToLINE = UIActivityType("jp.naver.line.Share")
static let gmail = UIActivityType("com.google.Gmail.ShareExtension")
static let postToSlack = UIActivityType("com.tinyspeck.chatlyio.share")
static let facebookMessanger = UIActivityType("com.facebook.Messenger.ShareExtension")
static let tweetbot4 = UIActivityType("com.tapbots.Tweetbot4.shareextension")
static let evernote = UIActivityType("com.evernote.iPhone.Evernote.EvernoteShare")
static let bear = UIActivityType("net.shinyfrog.bear-iOS.Bear-iPhone-Sharing-Extension")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment