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?
A few days ago I wrote a post describing how to run an HTTP server from an iOS app. This intrigued me to start investigating how to implement a similar a...