• Using Action Closures with UIKit Controls

    Using Action Closures with UIKit Controls

    Explore how to use action closures with UIKit controls, the new alternative of the old good target-action pattern available since iOS 14.

  • Disclosure Group in SwiftUI

    Disclosure Group in SwiftUI

    Read about the disclosure group in SwiftUI; a handy built-in view able to expand or collapse in order to show grouped content.

  • Presenting a Color Picker in SwiftUI

    Presenting a Color Picker in SwiftUI

    Meet the color picker view provided natively in SwiftUI since iOS 14. Learn how to integrate it and find out what features it offers to users.

  • Using Variadic Parameters in Swift

    Using Variadic Parameters in Swift

    Learn about variadic parameters and how to implement functions that contain them and accept an arbitrary number of values.

  • Overloading Functions in Swift

    Overloading Functions in Swift

    Overloading functions in Swift is a common technique, and this post shows how to apply it and gain flexibility and convenience.

  • Stored and Computed Properties in Swift

    Stored and Computed Properties in Swift

    Explore and understand what stored and computed properties are in Swift, and how to gain better programming habits for better code.

  • Implementing Three Column Navigation in SwiftUI

    Implementing Three Column Navigation in SwiftUI

    Learn how to implement three-column navigation in SwiftUI and make macOS and iPad apps that provide navigation experience familiar to users.

  • Escaping Closures in Swift

    Escaping Closures in Swift

    Read about escaping closures in Swift and how to avoid memory related problems in a post that explains everything in simple words.

  • Show Badges in SwiftUI

    Show Badges in SwiftUI

    Find out how to use the new badges API in the 3rd release of SwiftUI, and how to add a badge to list rows and the items of tab bars.

  • EmailComposer

    A custom view modifier in order to present the system email composer in SwiftUI based iOS apps shipped as a Swift package.