I want to share a file from my app memory to external places but:
1- The airdrop option is not available in the sharing menu
2- Saving to watch memory is not in options, either
3- Mail and messaging options lead to error.
What is the solution?
My code:
ShareLink(item: recording.url,
preview: SharePreview("\(recording.createdAt, formatter: dateFormatter)",
image: Image(systemName: "square.and.arrow.up"))) {
Image(systemName: "square.and.arrow.up")
}
screenshot:
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744808738a4594936.html
评论列表(0条)