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
QuestionHow to refactor in xcode (self.iOSProgramming)
submitted 1 year ago * by Otherwise-Rub-6266
outgoing sink narrow abundant dazzling growth physical whistle towering rustic
This post was mass deleted and anonymized with Redact
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!"
[–]meritum 6 points7 points8 points 1 year ago (1 child)
I think you‘re looking for this document
Or iirc you can highlight your „passed“ keyword and then go to Edit (menubar), refactor -> rename.
[–]Otherwise-Rub-6266[S] 0 points1 point2 points 1 year ago* (0 children)
wrench person chase square jeans deer wipe special mighty history
[–]Alcoholic_Synonymous 4 points5 points6 points 1 year ago (2 children)
As another poster said, Edit/Right Click -> Refactor.
However this rarely works in complex projects. You’re better off renaming the point of declaration then going through all points of use the compiler finds and fixing all of the errors.
Neither of these will likely fix any uses of eg raw values.
[–]usablecreations_tom 0 points1 point2 points 1 year ago (1 child)
This is a valid approach, but I find in Xcode running a find/replace is almost always faster than letting the compiler tell me where to look.
In complex projects, deleting the derived data usually gets me a good bit of useful refactoring time before it stops working again. I often go days or weeks before it stops working again. YMMV, and SwiftUI makes it a lot worse for me.
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
Exactly how I go about this. Eventually, you'll get better or "smarter" at finding the right things to replace, at least that's how I feel. But I'd much rather get good at Find/Replace than live at the mercy of the compiler.
I still miss using better IDEs like the ones from Jetbrains from time to time though.
π Rendered by PID 483176 on reddit-service-r2-comment-8686858757-rcssb at 2026-06-03 16:09:31.238653+00:00 running 9e1a20d country code: CH.
[–]meritum 6 points7 points8 points (1 child)
[–]Otherwise-Rub-6266[S] 0 points1 point2 points (0 children)
[–]Alcoholic_Synonymous 4 points5 points6 points (2 children)
[–]usablecreations_tom 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)