Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

TabView example

Combining SwiftUI Router and TabViews.

SwiftUI Router does not work with SwiftUI's TabViews (and Lists) out of the box, as they both use different forms of states. This sample project demonstrates how, with a little bit of extra code, you can combine both paradigms.