Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13892585
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, Mar 12, 9:19 AM (12 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3653372
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment