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...
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...
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?
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...
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...
The topic of this post is about Bluetooth and how we can use it in our applications.
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...