clean-architecture-swiftui icon indicating copy to clipboard operation
clean-architecture-swiftui copied to clipboard

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

Results 35 clean-architecture-swiftui issues
Sort by recently updated
recently updated
newest added

Back = 戻る https://translate.google.co.jp/?sl=en&tl=ja&text=back&op=translate

2022-06-02 17:14:07.367568+0800 CountriesSwiftUI[18270:247217] [TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of...

Hit @nalexn, great job on you repo. I have a question. How and when do you reset your routing states? Currently I have a hierarchy like below: SplashView -> AuthenticationView...

There's a find(viewWithId:) function, but as I already set the accessibilityIdentifier property on all views for UI testing, I needed a new find function. I implemented this as a shortcut:...

Hi, thanks for sharing and committing such a great project. While using your architecture, I found that the the scope below is not always called: https://github.com/nalexn/clean-architecture-swiftui/blob/9f2a98a7146f2e28fe44c53d3b9f20620f203baa/CountriesSwiftUI/UI/Screens/CountryDetails/CountryDetails.swift#L28-L29 even though you did...

Hi @nalexn I like what you did with this clean-architecture approach, I read some of your articles related to SwiftUI State and I saw the below implementation of reversing the...

When running the app, if tap on any flag in the country detail, you get the following error: `Thread 1: Simultaneous accesses to 0x7f9ef2eae650, but modification requires exclusive access`

Hello ! I just discovered your work through this breakdown https://nalexn.github.io/uikit-switfui/ and followed my way up to here :). First of all thank you for this very well articulated article....

First of all, thanks for all the work put onto this project. I'm building a project based off of this and it's looking really good, but I am encountering some...