Radio and PodcastRadio and PodcastLive Radio & Podcasts
Swift Optional String Or Empty Extension artwork
Technology

Swift Optional String Or Empty Extension

Inside iOS Dev by Alex Bush, Sandeep Aggarwal

Jul 20, 202100:07:07Technology

In this episode I walk you through how to create an extension on Optional String type to default nil strings to an empty string. This little shortcut can greatly reduce the amount of ifelsing and if let unwrapping on opt...