Episode Synopsis "#417 - Swift 5's Result Type"
Before Swift 5 we used to write our own Result type to contain a value or an error (but never both). A lot of 3rd party libraries brought along their own as well. Then Swift 5 came and brought us Result. Not only is it slightly different than the ones we might be familiar with, Swift's Result type also has some useful functionality up its sleeve.
Listen "#417 - Swift 5's Result Type"
More episodes of the podcast NSScreencast (free videos)
- #553 - Mastodon Post UI and HTML Parsing
- #531 - SwiftUI Escape Hatch
- #526 - Hot Reloading with Inject
- #501 - Nested Xcode Projects
- #500 - Motivation for Modular Project Architecture
- #491 - Xcode 13 Vim Mode
- #486 - Intro to Protocol Witnesses
- #482 - Basic Context Menus
- #481 - Mapping Models with Antoine van der Lee
- #453 - Compositional Layout
- #452 - Collection View List Layout
- #451 - Cell Registration
- #450 - Setting Up
- #447 - Rendering Waveforms in SwiftUI
- #445 - SwiftUI Grids
- #444 - SwiftUI Native Progress Views
- #443 - SwiftUI Lazy Stacks in iOS 14
- #417 - Swift 5's Result Type
- #406 - Tinting an Image Using Masks
- #400 - SwiftUI Gestures
- #399 - SwiftUI Transforms and Animations
- #397 - Tip Calculator in SwiftUI
- #396 - Hello, SwiftUI!
- #367 - Parsing and Formatting Dates in Swift
- #356 - Integrating Push Notifications - Part 2
- #355 - Integrating Push Notifications - Part 1
- #319 - Setting Up the Terminal
- #318 - System Preferences
- #309 - Automatic UITableView Paging
- #259 - Hello Cloud Kit - Part 2
- #258 - Hello Cloud Kit - Part 1
- #248 - Poker Hands - Part 1
- #191 - Swift 2 Optionals
- #189 - Swift 2 Functions and Extensions
- #187 - Swift 2 Basics
- #158 - Road Trip DJ - Part 3
- #157 - Road Trip DJ Part 2
- #156 - Road Trip DJ Part 1
- #99 - Parsing and Formatting Dates
- #87 - Xcode 5 Autolayout Improvements
- #85 - Hello, iOS 7
- #60 - Windows Azure Mobile Services Part 2
- #59 - Windows Azure Mobile Services
- #28 - Creating a Cocoapod
- #27 - New Objective-C Syntax
- #15 - HTTP Caching
- #13 - Setting up Jenkins
- #12 - Importing into Core Data
- #11 - Core Data Basics
- #10 - Fun with Blocks
- #9 - Automatic Reference Counting
- #8 - Automatic UITableView Paging
- #7 - Serializing Data to Disk
- #6 - AFNetworking
- #5 - CocoaPods
- #4 - Automated Testing with Kiwi
- #3 - UITableView Basics
- #2 - Diagnosing Memory Problems
- #1 - Objective-C Basics