/swift-tips-and-tricks

A Collection of Swift and SwiftUI Tips and Tricks

Primary LanguageSwift

Table of Contents

Specific Imports in Swift

Source Code

Rotating Arrays in Swift

Source Code

Finding Objects in Array<T> in Swift Using Key Paths

Source Code

Property Wrappers in Swift 5.5+

Lazy Local Variables in Swift 5.5+

Actors in Swift 5.5+

Async Getters in Swift 5.5+

Custom Sequence in Swift

Sum of Any Numeric Types in Swift

Finding Elements of Specific Type in Swift

Synthesized Raw Enum Values in Swift