Introduction to Generics in SwiftTutorialiOSSwiftLangGeneric code enables you to write flexible, reusable functions and types that can work with any type, subject to requirements that you define.
Introduction to Property Wrappers in SwiftTutorialiOSSwiftLangA property wrapper helps you mark a clear distinction between the code that defines a property and the code that manages how that property is stored
2020: My year in review.#personal#growthLooking back at an year that was exceptional in more ways than one
Optionals in SwiftTutorialiOSSwiftLangOptionals are Swift Language traits that lets the programmer operate on a variable that may or may not have a value at a particular instance.
Color Picker in iOSTutorialiOSSwiftLangWWDC 2020 brought many new UIControl APIs to iOS, iPadOS, and macOS. One of the best new additions is the system Color Picker