Posts by Tags

Command Line

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.

Object Oriented Programming

Package

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.

SOLID Principles

Swift

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.

UI

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 -

URLSession

URLSession - Notes

less than 1 minute read

Published:

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

blur

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 -

iOS

URLSession - Notes

less than 1 minute read

Published:

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

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 -

iOS Networking

URLSession - Notes

less than 1 minute read

Published:

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

vibrancy

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 -