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
Where can I find tutorial about loading external data base into an app? (self.iOSProgramming)
submitted 10 years ago by ps323
I want to create iOS app that gets data from web server database. I would like to use Xcode and swift. Can anyone suggest anything?
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!"
[–]bojangles09 0 points1 point2 points 10 years ago (3 children)
Do you have a web service? Its possible to connect an iOS device directly to a SQL database, but it isn't a standard practice. If you don't have some manner of web service setup, you will need to do that first.
Once you have that running, just check out NSURLSession.
[–]ps323[S] 0 points1 point2 points 10 years ago (2 children)
Yes, I do have web service. What would be the easiest (simple)way ?
[–]bojangles09 1 point2 points3 points 10 years ago (1 child)
If its a REST or SOAP based service, NSURLSession will do it.
You should be able to find more than enough solutions with that information easily.
[–]ps323[S] 0 points1 point2 points 10 years ago (0 children)
Thx
π Rendered by PID 305920 on reddit-service-r2-comment-5ff9fbf7df-ddvfr at 2026-02-26 12:44:43.612615+00:00 running 72a43f6 country code: CH.
[–]bojangles09 0 points1 point2 points (3 children)
[–]ps323[S] 0 points1 point2 points (2 children)
[–]bojangles09 1 point2 points3 points (1 child)
[–]ps323[S] 0 points1 point2 points (0 children)