fuxlud / Modularized_iOS_App

33 stars 7 forks source link

Modulazied iOS App Tamplate

A demo for trying out new APIs and iOS ideas. This project showcases the setup of a SwiftUI app with modularized Clean Architecture. It can be used as a starting point for a project. Simply delete unneeded targets/packages and rename entities as needed.

Key features

Modularization

Few words on the Benefits of Modularization on my blog.

ViewState

Few words on the Consolidated ViewState on my blog.

SwiftUI

Few words on the .executeOnceOnAppear on my blog: The ViewDidLoad Doppelgänger in SwiftUI.