safe area

  • Ignoring Safe Area in SwiftUI

    Ignoring Safe Area in SwiftUI

    It’s quite often necessary to expand views beyond the safe area limits, and this quick post shows how to easily ignore safe area in SwiftUI.

  • Setting Background Color in SwiftUI Views

    Setting Background Color in SwiftUI Views

    Applying a background color in SwiftUI views is something simple, but not so obvious if coming from UIKit. Learn here how to achieve that.