Skip to main content

2 posts tagged with "WordPress"

WordPress integration tutorials

View All Tags

Why should you use WordPress to power your native mobile apps

· 4 min read
Full Stack Developer
Last updated on May 1, 2017

a rocket approh to wordpress

Worldwide, 60% of all the websites are built with WordPress. Clearly, WordPress is the most popular content management system. This makes it a good fit for the backend systems of native mobile apps, especially if you already have a WordPress website and you'd like to deliver a native experience to your users, by converting it into a native app.

How to implement an RSS Feed Parser in Swift

· 5 min read
Full Stack Developer
Last updated on April 11, 2017

While working on a brand new iOS app template for WordPress sites, we encountered the problem of writing an RSS Feed Parser in Swift. It turns out there's a straightforward approach to parsing a WordPress RSS Feed in Swift 3, so we thought to share this on our blog, hoping this will come in handy for a Swift developer working on a similar feature.