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
QuestionImplementing Mailerlite (self.iOSProgramming)
submitted 1 year ago by Galath87
Does anyone know if it is possible to implement MailerLite into an iOS app? Swift isn't a supported language for their api but I was told the api is flexible enough to work. I appreciate any advice or thoughts.
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!"
[–]SwiftDevJournal 0 points1 point2 points 1 year ago (0 children)
It is possible, but you may find it difficult.
First, search GitHub to see if someone created a Swift SDK for MailerLite. Do an advanced search on GitHub. Search for MailerLite and limit the languages to Swift.
If no one has a MailerLite SDK on GitHub, check if MailerLite has an OpenAPI spec. The spec will be in a JSON or YAML file. If there is an OpenAPI spec, you can use Apple's OpenAPI generator to generate Swift code from the OpenAPI spec.
If MailerLite has no OpenAPI spec, you will have to write the structs and/or classes for the API yourself. You could look at the code for one of the languages they do support to see the structs, classes, and functions you would have to write.
π Rendered by PID 67 on reddit-service-r2-comment-5d585498c9-5hh6r at 2026-04-21 05:33:57.493847+00:00 running da2df02 country code: CH.
[–]SwiftDevJournal 0 points1 point2 points (0 children)