Last active
January 16, 2020 16:00
-
-
Save ryanisnhp/2dfca035af8c6b07030fc19fc7879f4d to your computer and use it in GitHub Desktop.
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 addRichLinkToView(view: UIView, metadata: LPLinkMetadata) { | |
| linkView = LPLinkView(metadata: metadata) | |
| view.addSubview(linkView) | |
| linkView.frame = view.bounds | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment