Swift Opaque Return Types and the ‘Some’ Keyword

Learn how to use opaque return types and the some keyword in Swift 5. Understand the difference between opaque return types, generics and protocols. Read more

Similar

iOS UserNotifications in Swift

Local notifications provide a core functionality in many apps, and in Swift they are easy to add to whatever you’re building. With iOS10’s UserNotifications you can even display GIFs in notifications. (more…)

Read more »

Swift 4 KeyPaths and You

Swift 4 is almost upon us, and I thought I would explore one of its features that I haven’t had the opportunity to that much: KeyPaths. There’s a lot of interesting nuance in here that I previously didn’t realize existed which I’d love to share. (more…)

Read more »