Ios swift – How Can I Dynamically Display Content of an Outer View Based on the State in a Nested View in SwiftUI?
First time using swift and this is what I've gathered so far. I'm not sure why the HomeContentView isn't displaying the content dynamically based on filemanager.directoryFiles. Is there a simple way to display the content of an Outer view dynamically…