Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F14171715
SidebarView.swift
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
438 B
Subscribers
None
SidebarView.swift
View Options
import
SwiftUI
struct
SidebarView
:
View
{
var
body
:
some
View
{
CollectionListView
()
}
}
struct
SidebarView_Previews
:
PreviewProvider
{
static
var
previews
:
some
View
{
let
context
=
LocalStorageManager
.
persistentContainer
.
viewContext
let
model
=
WriteFreelyModel
()
return
SidebarView
()
.
environment
(
\
.
managedObjectContext
,
context
)
.
environmentObject
(
model
)
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Apr 2, 2:29 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3673152
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment