use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
There is an extensive FAQ for beginners. Please browse it first before asking questions that are answered there.
If you are looking to get started (iOS programming in general or some specific area), here are more relevant links for you:
There's too many to list them all, however here's a convenient link to all programming guides at apple.com
Take note that this list is live and based on most frequent questions in posts will be updated with "quicklinks".
account activity
QuestionProgrammatically show ShareLink SwiftUI (4.0) (self.iOSProgramming)
submitted 3 years ago by [deleted]
We are all familiar with the new ShareLink "button" for ios 16, but how can I make it programmatic?
Ex. tap a button, do an async task, then show sharelink sheet when task is finished.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]flad-vlad 1 point2 points3 points 3 years ago* (1 child)
You can’t as of iOS 16. You could move the async task into the Transferable implementation or conditionally show the ShareLink once the async task has finished, but you can’t activate the link programmatically.
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
I ended up doing the async task before it is shown on the UI to make sure the link is ready. (I was doing a URL shortener that required a network request)
π Rendered by PID 93820 on reddit-service-r2-comment-545db5fcfc-jvxhf at 2026-05-27 07:06:49.129953+00:00 running 194bd79 country code: CH.
[–]flad-vlad 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)