/swiftui-mvvm

SwiftUI demo. Login View -> Tabbar with a list detail view

Primary LanguageSwift

SwiftUI Review

The App use state management for Login.

  • Once logged in, it should take you to a TabBarView.
  • The Tabbar should hold 2 views, and one of them will navigate back and forth with the detailed information of what was clicked.
  • The information in both is a list of items.

References

Videos

Tutorials