python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Swiftui: How to snapshot a view then share?
I found this code for taking a snapshot of a view in SwiftUI, and also found this gist for how to bring up UIActivityController in SwiftUI. It works ok but the biggest issue I am having is when you ta...
GarySabo
Votes: 0
Answers: 1
UIActivityViewController handle Cancel action | Swift/Xcode
I can't find complete code in Swift of how to execute an action when the user presses the "x" in a UIActivityViewController (top right), cancelling the share.
This is what I currently have:
...
Christian W
Votes: 0
Answers: 1
Mirrored actions on UIActivityViewController, swift, with persian language (iOS 15.4)
screen shot
As you can see my actions are mirrored while I set my application language to persian.
It just happening on iOS 15.4 older versions are works fine
my main text share is in persion and it's...
Sepehr Keyhani
Votes: 0
Answers: 3
How to save images to Dropbox with UIActivityViewController | Swift/Xcode
I need to save photos directly from my app to 3rd Party file handlers (Dropbox, Egnyte, Google Drive). How do you upload images to Dropbox using the UIActivityViewController? "Upload to Egnyte&qu...
Christian W
Votes: 0
Answers: 2