nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

Fix safe area for views #86

Closed torburg closed 1 year ago

torburg commented 1 year ago

Added ignoresSafeArea into RootViewModifier

deruloop commented 1 year ago

This solves the problem ty ^^

torburg commented 1 year ago

@nalexn please merge the branch