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 displaying LTR after switch from RTL #97

Closed romekem closed 3 weeks ago

romekem commented 3 weeks ago

before: Simulator Screen Recording - iPhone 15 Pro - 2024-06-05 at 23 11 11

after fix: Simulator Screen Recording - iPhone 15 Pro - 2024-06-05 at 23 22 51

nalexn commented 3 weeks ago

Neat! Thanks!