Post
How to get the most out of Xcode: Xcode Snippets
January 26, 2020 - 6 min read

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...

Post
Accessing web page properties from an iOS Share Extension
January 19, 2020 - 6 min read

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...

Post
Custom UI for Share Extensions
January 11, 2020 - 7 min read

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...

Post
How to find large files from the command line
January 4, 2020 - 5 min read

Have you ever ran into issues with your storage disk being full?

Post
Running an HTTP server on an Android app
November 10, 2019 - 4 min read

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...

Post
Running a SwiftNIO Server in an iOS app
October 27, 2019 - 8 min read

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...

Post
JSON feed reader app with Kotlin Native
October 13, 2019 - 18 min read

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...

Newer
Older