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.
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.