Skip to content

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

Notifications You must be signed in to change notification settings

danielbastidasr/swiftui-mvvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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