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.73k stars 697 forks source link

safearea is not correct #82

Closed oleg-moseyko closed 1 year ago

oleg-moseyko commented 1 year ago
Снимок экрана 2022-11-11 в 00 10 32
gap1994 commented 1 year ago

use ignoresSafeArea

torburg commented 1 year ago

@nalexn fixed this issue here: https://github.com/nalexn/clean-architecture-swiftui/pull/86