Post
Setting up a new iOS project (Part I)
April 26, 2020 - 7 min read

What are the initial steps that you take when creating a new iOS project? Regardless of the language or the framework, it’s quite common when creating a...

Post
A Scala script to take full size webpage screenshots for different screen dimensions
April 19, 2020 - 8 min read

Today, I had yet another usual Sunday morning. Drinking my tea, doing some UI experiments on this blog and using Chrome’s DevTools and the Device Mode to...

Post
Notifying users when an iOS app update is available on AppStore
April 12, 2020 - 11 min read

Have you ever been into a situation where you would love to see all of your users to update to the latest version of your app?

Post
Help your user rate and review your iOS app!
April 5, 2020 - 11 min read

Nowadays, more and more users rely on ratings and reviews when they are about to make a purchasing decision, whether it is buying products, deciding on a...

Post
A brief introduction to open source licenses
March 28, 2020 - 7 min read

As you may have noticed from the URL, I am using GitHub Pages to host this blog, which means that the whole code is open-sourced. Amongst other things, a...

Post
Scan and broadcast to nearby devices with Core Bluetooth
February 16, 2020 - 11 min read

The topic of this post is about Bluetooth and how we can use it in our applications.

Post
Two-way communication between an iOS WKWebView and a web page
February 2, 2020 - 9 min read

Sometimes, on a native iOS app, there is the need to embed a web page within the application. To cater for cases like this, iOS provides WKWebView, an ob...

Newer
Older