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...
Have you ever wondered if it is possible to run a server in an iOS app? A while ago I had this question! It seems that SwiftNIO and SwiftNIO Transport Se...
Having spent some time exploring and learning more about Kotlin Native, time has come to start building an app where I can use Kotlin Native in a real wo...