Blog posts

2019

URLSession - Notes

less than 1 minute read

Published:

The following is a condensed notes from Apple Developer documentation and other sites from internet.

2018

iOS Dev Reference - Blur and Vibrancy

less than 1 minute read

Published:

We often need to get blur on an image view or have a blur view on any dynamic background. There are two ways to get this done.

  • Have a blur view with desired blur effect and add any label.
  • Have a blur view and vibrancy view. Then add some content like text on top of these. Adding a Blur view -

Lets Build a Command Line App in Swift

9 minute read

Published:

With Swift being open source and server side swift gaining more and more traction, command line apps built with swift can be extemely powerful for server side applications. There have been some libraries which helps to build useful command line apps and today we’ll explore few libraries and build a simple command line app.