Skip to main content

3 posts tagged with "News Reader"

News reader app development

View All Tags

How to create a news reader iOS app for your news website

· 4 min read
Full Stack Developer
Last updated on July 6, 2017

news paper for ios apps

For tech entrepreneurs, who own online businesses about news, building a news reader iOS app has never been more rewarding, in terms of growing and retaining their audiences. Empowering your readers with a mobile app for their favorite news website is powerful. It's hard to imagine a better way of increasing user retention. On top of that, with the latest tools that are available for building mobile apps, creating a presence in the App Store has never had a greater return on investment.

Designing a News Reader iOS app in Swift – Part 2

· 8 min read
Full Stack Developer
Last updated on January 20, 2018

architectural components of a news reader

In this blog post, we'll be focusing on the main architectural components of our news reader iOS app. We've discussed the most important features of a news reading mobile app as well as the best design practices in the first part of this series. This represents practical advice, which we learned from working on our premium News Reader iOS App template.

Designing a News Reader iOS app in Swift – Part 1

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

header image

As we're preparing to launch a new iOS app template for news reading, we had to come up with a scalable architecture for a news reader iOS app. Since we want our fully-coded template to be generic enough, in order to accommodate as many use cases as possible, we had to design our Swift code accordingly. Since many iOS apps can be designed in a similar manner, we thought our findings might be useful to other iOS developers who are interested in using the appropriate design patterns in their implementation.