nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improper view layout after swiping to navigate back to search result

xinhuang327 opened this issue · comments

I found that after swiping to navigate back in detail view to search result (with soft keyboard) will lead to improper layout, check the screenshot below:
IMG_2351

I wonder if it's another bug in SwiftUI or not good integration of SearchBar.

Thanks, love this amazing cleaner architecture.

Hm, an interesting bug. I've tried to replicate it with no luck. Glitches in the navigation bar are unfortunately quite common in SwiftUI, but you're right, search bar might also be causing it.