Skip to content

Instantly share code, notes, and snippets.

@duanebester
Created January 28, 2020 03:40
Show Gist options
  • Save duanebester/7a06ffcce6b7e24441d8d6ae95ca7a18 to your computer and use it in GitHub Desktop.
Save duanebester/7a06ffcce6b7e24441d8d6ae95ca7a18 to your computer and use it in GitHub Desktop.
Content View
struct ContentView: View {
var body: some View {
NavigationView {
ZStack {
SongListView()
InfoPaneView()
}.navigationBarTitle("Music")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment