I’m happy to report that NewsWave 2020.3 for Mac has been submitted to the App Store. This update improves the app based on the feedback received since launch. In addition to bug fixes and UX improvements I’ve also taken the opportunity to expand the amount of unit tests that verify each app change and I’ve tweaked …
Category Archives: development
Announcing NewsWave for Mac!
Without further ado, NewsWave for Mac is available on the Mac App Store. Create your own timeline of stories by following your favorite feeds. Now from your iPhone, iPad or Mac. What differentiates NewsWave? – Twitter style timeline of your personalized content. – Easily discover feeds through categories or catalogue search. – Streamlined experience that …
Designing the new NewsWave App Icon
One of the things I like about working on on-the-side projects is that I touch all aspects of them, this allows me to learn and grow many different skills. It’s so rewarding to learn about app development, server-side development, marketing, communication, design… And it’s the latter one I wanted to touch on for this post, …
Time until next day starts in UTC (Swift)
Although users interact with NewsWave on their iOS and -soon- Mac, some features are provided by a server. So, how can I let users know when the server triggers certain tasks? If they are triggered at regular intervals you can simply calculate on the device how long until it will be triggered again. This reduces calls …
Continue reading “Time until next day starts in UTC (Swift)”
NewsWave for Mac – Dark Mode
NewsWave for Mac is moving along quite well. In fact, 1.0 is feature complete, meaning all features I planned to ship in the first Mac release are already in. I’m now focusing on testing and polish. Speaking of polish, here’s a couple screenshots of the -mostly- final version of Dark Mode, updated icons and all …
Create a NSButton in code (swift)
Some time ago I shared a simple way to create custom UIButtons in code. As I’m starting to polish NewsWave for Mac, I wanted the same ability to easily create custom buttons. So, I ported the function to macOS, feel free to leverage: func createNewNSButton(title: String, textSizeDelta: CGFloat?, textColor: NSColor?, backgroundColor: NSColor?, …
NewsWave 2020.1
There’s many things that have changed since social distancing began about 15 days ago: meeting friends, going for morning coffees, weekend escapes and many other activities are now on hold. However, there are also some positive consequences: my wife and I have really gotten into board games (Forbidden Island, Exploding Kittens, Scrabble…), I’ve gotten a …
2019 in review
As we start 2020 I wanted to take a moment to look back into 2019. The launch of NewsWave this past May was the indisputable highlight. Releasing a new app after months of work is always a nerve wracking experience. Fortunately the app was very positively received, since launch the app has been updated multiple times …
NSImage with Rounded Edges
Nothing like vacation to accelerate personal projects, very happy with how NewsWave for Mac is shaping up. No promises on when, but I’m planning to post more about its progress very soon. One of the items I worked on today is how icons and images will appear in the app, the intent is to show …
Creating a collage by combining an array of images (macOS & iOS)
In NewsWave, when you are in the “Add Feed” view you have the option to search the RSS repository, add a RSS URL or choose from ‘recommended feeds’. Recommended feeds may change over time so, instead of using static images, NewsWave looks at the feeds from each recommended category and creates a collage to represent …
Continue reading “Creating a collage by combining an array of images (macOS & iOS)”