• Presenting Sheets in SwiftUI

    Presenting Sheets in SwiftUI

    Read about presenting sheets in SwiftUI, how to deal with them, and discover some useful tips that you will often need to put in motion.

  • Toggle View in SwiftUI

    Toggle View in SwiftUI

    Learn how to use the toggle view in SwiftUI, and how to create custom styles in order to override the default appearance with unique views.

  • Default Value in Swift Dictionaries

    Default Value in Swift Dictionaries

    Learn how to provide default values in Swift dictionaries, and how to get back actual values instead of nil even when keys do not exist.

  • Failable Initializer in Swift

    Failable Initializer in Swift

    Read about the failable initializer in Swift, and how to use it in custom types in order to return nil if proper initialization fails.

  • Progress View in SwiftUI

    Progress View in SwiftUI

    Find out how to show and configure a progress view in SwiftUI for long-running tasks, and create advanced progress views with custom styles.

  • SwiftUI Grids in iOS 13

    SwiftUI Grids in iOS 13

    Read how to create a collection view that will be working in iOS 13 using SwiftUI, without using the tools available to make grids in iOS 14+.

  • Working with Toolbar in SwiftUI

    Read about toolbars in SwiftUI, a view available in iOS 14+, and learn how to use them in order to place meaningful action items properly.

  • Creating Grids in SwiftUI

    Creating Grids in SwiftUI

    Read and learn in this post how to create vertical and horizontal grids in SwiftUI, as well as how to combine them for great visual results.

  • Drop Shadow in SwiftUI

    Drop Shadow in SwiftUI

    Read about how to drop shadow on any view in SwiftUI, and discover a couple of practical and useful tricks when applying shadows to buttons.

  • Higher Order Functions in Swift – reduce, contains, allSatisfy, removeAll

    Higher Order Functions in Swift – reduce, contains, allSatisfy, removeAll

    This post showcases four handy higher order functions in Swift necessary in everyday programming that all devs should be constantly using.