####ボタンを使用する
クリック時に、ios端末のクリップボードに直接コピーが可能。
Button(action:{
UIPasteboard.general.string = "コピーしたい文字列"
}){
Text("コピーしたい文字列")
}
Go to list of users who liked
More than 3 years have passed since last update.
####ボタンを使用する
クリック時に、ios端末のクリップボードに直接コピーが可能。
Button(action:{
UIPasteboard.general.string = "コピーしたい文字列"
}){
Text("コピーしたい文字列")
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked