theScore Tech Blog

Things We Learn While Building the Ultimate, Personalized Mobile Sports Experience

All Posts Tagged “Swift”

Using State Machines to Handle Workflows

In this post we will discover how state machines can be used to handle workflows in a Swift iOS application.

5 min read
iOSSwiftUIKit

UITableView & UICollectionView: Killing stringly typed cells with Swift

In this post we explore how to use make use of the Swift type system to get rid of strings when working with UITableView and UICollectionView.

7 min read
iOSSwiftUIKit