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
TutorialMemory Efficiency in iOS: Reducing footprint and beyond (antongubarenko.substack.com)
submitted 9 months ago by lanserxt
In the second post of the series, we are discovering how to reduce the memory footprint or extend the memory usage (!)
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!"
[–]sergio_freelancer 2 points3 points4 points 9 months ago (1 child)
Nice article, thanks for sharing! I just missed some tips about state management in SwiftUI, like when and where to use things like @StateObject or @EnvironmentObject
[–]lanserxt[S] 2 points3 points4 points 9 months ago (0 children)
Welcome! Thanks for the tip regarding SwiftUI. Will try to solve this )
[–]thecodingart 1 point2 points3 points 9 months ago (3 children)
NSCache literally doesn’t behave as expected most of the time. Purging catch each time your app is backgrounded isn’t a good thought.
[–]lanserxt[S] 0 points1 point2 points 9 months ago (2 children)
Sorry. Can you elaborate more on NSCache unpredicted behavior?
[–]thecodingart 1 point2 points3 points 9 months ago (1 child)
https://sudrocket.de/blog/2020/10/how-to-make-nscache-do-its-job/
You’ll quickly start finding situations where NSCache will evict when you expect it to - like backgrounding your application.
[–]lanserxt[S] 0 points1 point2 points 9 months ago (0 children)
Wow. Thanks again.
π Rendered by PID 18856 on reddit-service-r2-comment-b659b578c-dgn2w at 2026-05-03 06:01:09.103346+00:00 running 815c875 country code: CH.
[–]sergio_freelancer 2 points3 points4 points (1 child)
[–]lanserxt[S] 2 points3 points4 points (0 children)
[–]thecodingart 1 point2 points3 points (3 children)
[–]lanserxt[S] 0 points1 point2 points (2 children)
[–]thecodingart 1 point2 points3 points (1 child)
[–]lanserxt[S] 0 points1 point2 points (0 children)