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...
One 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...
A Share Extension is a type of App Extension which is used to share content with other apps. One such content type and a quite popular use case for share...
iOS comes with a plethora of App Extensions that you can use to improve the functionality and the user experience of your app. An example of such extensi...
Have you ever ran into issues with your storage disk being full?