Image source: Vadim Grin[2] Exposed to lots of senseless content on the internet, we grow more sensitive to mess and distractions. We come across useless texts, we receive a pile of magazine spam, ads or business commercials, and we have serious difficulties in determining what is really worth our attention. Responsiveness Image source: Erikas Mališauskas[3]… Continue reading Less Is More – Minimalist And Simple Web Design
Tag: Remove
Designing an iOS App in Sketch
In this 3 part tutorial (I wanted to break it into more digestible chunks) we’ll be creating screens for a fictional, ‘Pay It Forward’ iOS App called ‘Piece’. Before we start the tutorial, there’s a few things you’ll need: Once you have the items installed, let’s go ahead and create some awesome… Welcome Screen Let’s… Continue reading Designing an iOS App in Sketch
Working With JSON in Swift
The JSON data format is widely used across the modern web and it is one of the most common ways to transfer data. Many modern APIs, RESTful web services in particular, support the JSON data format. In this tutorial, I’ll be showing you how to work with the JSON data format in the Swift programming language on… Continue reading Working With JSON in Swift