-
A Scala script to take full size webpage screenshots for different screen dimensions
April 19, 2020 - 8 min readToday, 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...
-
Notifying users when an iOS app update is available on AppStore
April 12, 2020 - 11 min readHave 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?
-
Help your user rate and review your iOS app!
April 5, 2020 - 11 min readNowadays, 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...
-
A brief introduction to open source licenses
March 28, 2020 - 7 min readAs 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...
-
Scan and broadcast to nearby devices with Core Bluetooth
February 16, 2020 - 11 min readThe topic of this post is about Bluetooth and how we can use it in our applications.
-
Two-way communication between an iOS WKWebView and a web page
February 2, 2020 - 9 min readSometimes, 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...
-
How to get the most out of Xcode: Xcode Snippets
January 26, 2020 - 6 min readOne of the hidden gems of Xcode is a feature called Xcode Snippets. Despite the fact that most developers happen to use them quite often, only handful of...