Created
September 13, 2019 10:22
-
-
Save laevandus/62c9d1d2987652cb0af149aaa4f38985 to your computer and use it in GitHub Desktop.
This file contains 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
import LinkPresentation | |
let linkView = LPLinkView(metadata: LPLinkMetadata()) | |
linkView.translatesAutoresizingMaskIntoConstraints = false | |
stackView.insertArrangedSubview(linkView, at: 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment