Category - iOS

Photo Selector with Swift 4

Let’s learn how to select a photo from a user’s photo library and import it into an application. For this functionality we will use the UIImagePickerController within Swift 4. We will not be using a...

UIColor Extension with Swift 4

What? Simple extension of UIColor using Swift. This code snippet demonstrates a simple solution for creating a color once and using it throughout a project with the use of an extension. An extension can add...