swiftui-mvvm icon indicating copy to clipboard operation
swiftui-mvvm copied to clipboard

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

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