Tuesday, December 11, 2018

Swift Tip: Reduce Hard-Coded Strings - Part 27 - Itinerary App (iOS, Xcode, Swift)

In this video I give some tips on reducing hard-coded strings in your code. Hard-coded strings are a liability to your app as the compiler will not catch your mistakes. We use hard-codes strings to refer to the UITableViewCell identifiers. So let's see if there's a better way!



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...