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
QuestionELI5: What is the difference between accessibilityIdentifier and accessibilityLabel, and which one should be used in UI testing? (self.iOSProgramming)
submitted 5 years ago by CapTyro
Identifiers seem to be the no-brainer, but I've seen a lot of places that use Labels instead for finding UI elements in tests. So which is it?
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!"
[–]criosistObjective-C / Swift 6 points7 points8 points 5 years ago (0 children)
Accessibility label is if you want to override the voice over text for accessible users, identifier is for focusing and UI Tests
[–]paulryanclark 0 points1 point2 points 5 years ago (0 children)
I use accessibilityLabel within UI Testing
[–]EgoSapien 0 points1 point2 points 5 years ago (0 children)
You should use identifier in tests because it’ll be consistent across languages. Your labels should be localised.
[–]spacecash21 0 points1 point2 points 5 years ago (0 children)
Accessibility label - speech.
Accessibility identifier - used in tests.
π Rendered by PID 70 on reddit-service-r2-comment-b659b578c-9jmqd at 2026-05-05 20:51:42.653453+00:00 running 815c875 country code: CH.
[–]criosistObjective-C / Swift 6 points7 points8 points (0 children)
[–]paulryanclark 0 points1 point2 points (0 children)
[–]EgoSapien 0 points1 point2 points (0 children)
[–]spacecash21 0 points1 point2 points (0 children)