Use multi-column layout on desktop/iPad
This commit is contained in:
parent
8d814608df
commit
7242112218
1 changed files with 5 additions and 1 deletions
|
@ -51,7 +51,11 @@ struct SidebarBudgetView: View {
|
||||||
BudgetListsView()
|
BudgetListsView()
|
||||||
}
|
}
|
||||||
.navigationTitle(budget.name)
|
.navigationTitle(budget.name)
|
||||||
}.navigationViewStyle(.columns)
|
EmptyView()
|
||||||
|
if self.tabSelection ?? 0 > 0 {
|
||||||
|
EmptyView()
|
||||||
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
ActivityIndicator(isAnimating: .constant(true), style: .large)
|
ActivityIndicator(isAnimating: .constant(true), style: .large)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue