0
0

SwiftUI 共有を簡単に実装できるShareLinkの使用方法

Posted at

こちらはSwiftUIを使用しiOS16+のShareLinkの使い方です

今回は文字のシェアをします。

Videotogif (11).gif

実装は簡単です

.swift
ShareLink(item: "Share Text")

これだけで可能です。
引数にシェアしたい文字を設定してあげるだけになります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0