mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add Sidebar title for iOS and set SidebarListStyle
This commit is contained in:
parent
9e87bff6a5
commit
822d7310dc
@ -2,7 +2,7 @@ import SwiftUI
|
||||
|
||||
struct CollectionSidebar: View {
|
||||
private let collections = postCollections
|
||||
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
ForEach(collections) { collection in
|
||||
@ -13,8 +13,10 @@ struct CollectionSidebar: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.listStyle(SidebarListStyle())
|
||||
.navigationTitle("Collections")
|
||||
.listStyle(SidebarListStyle())
|
||||
}
|
||||
}
|
||||
|
||||
struct CollectionSidebar_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
|
Loading…
Reference in New Issue
Block a user