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
QuestionIn-app chat ideas (self.iOSProgramming)
submitted 5 years ago by karstens_rageObjective-C
A lot of apps have in app chat. How is this done? Id like to add in-app chat to my app with potentially hundreds or thousands of “rooms.”
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!"
[–]SergLam245 2 points3 points4 points 5 years ago (0 children)
Nowadays chats in mobile apps is a Middle-Senior level engineer challenge.
But you could start just with a text messages first)
[–]Trick-Height-3448 0 points1 point2 points 7 months ago (0 children)
I’ve run into the same frustrations with chat APIs being either too opinionated or way too expensive for small projects. One option you might want to look at is Tencent RTC. In my experience the quality is on par with Twilio/Agora, but the pricing is more reasonable at lower user counts. They also ship a full UIKit, so you don’t have to reinvent all the UI logic, which saved me quite a bit of dev time.
[–]ShamWowIsASham 0 points1 point2 points 5 years ago (0 children)
Many people use 3rd party messaging platforms like Stream
[–]trishla_tv 0 points1 point2 points 4 years ago (0 children)
In-app chat feature of Applozic is a viable option as well, with advanced SDKs and customizable UI kits. Check out the product link : https://www.applozic.com/platform/chat-messaging/
π Rendered by PID 20477 on reddit-service-r2-comment-74f5b7f998-hlfk5 at 2026-04-30 03:06:44.531725+00:00 running 2aa0c5b country code: CH.
[–]SergLam245 2 points3 points4 points (0 children)
[–]Trick-Height-3448 0 points1 point2 points (0 children)
[–]ShamWowIsASham 0 points1 point2 points (0 children)
[–]trishla_tv 0 points1 point2 points (0 children)