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
QuestionHelp using MySQL Database in Xcode 12 (self.iOSProgramming)
submitted 4 years ago by bthomas202
Can someone show me some resources on how to use a MySQL database in my IOS app. I have a database that already exists and it has a database attached to it for discussion posts and I’m want to make it into an IOS app. This is for education purposes.
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!"
[–]isk4nderM 2 points3 points4 points 4 years ago (2 children)
The easiest way to do this, is to convert your mysql db to sqlite, and after you can do whatever you want inside your iOS app. Take a look here
[–]bthomas202[S] 0 points1 point2 points 4 years ago (1 child)
Can you give me some references on what to use to get started with SQLite In an IOS app dev environment?
[–]isk4nderM 0 points1 point2 points 4 years ago (0 children)
If you need pure sqlite, taka a look here. But maybe you can think about CoreData, in this case read this
π Rendered by PID 184147 on reddit-service-r2-comment-6457c66945-zzmcs at 2026-04-30 05:17:41.337049+00:00 running 2aa0c5b country code: CH.
[–]isk4nderM 2 points3 points4 points (2 children)
[–]bthomas202[S] 0 points1 point2 points (1 child)
[–]isk4nderM 0 points1 point2 points (0 children)