Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. let content = FBSDKAppInviteContent()
  2.  
  3. content.appLinkURL = URL(string: "https://1234")
  4. content.appInvitePreviewImageURL = URL(string: "http://myurl/fb-invite.png")
  5.  
  6. FBSDKAppInviteDialog.show(from: self, with: content, delegate: self)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement