Created
March 14, 2018 10:08
-
-
Save d-date/2ece36fc26db895a3e7d1c9df9fdc6bd to your computer and use it in GitHub Desktop.
Share extension for popular apps
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
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