Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F14753194
SettingsView.swift
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
409 B
Subscribers
None
SettingsView.swift
View Options
import
SwiftUI
struct
SettingsView
:
View
{
var
body
:
some
View
{
Form
{
Section
(
header
:
Text
(
"Account"
))
{
AccountView
()
}
Section
(
header
:
Text
(
"Appearance"
))
{
PreferencesView
()
}
}
}
}
struct
SettingsView_Previews
:
PreviewProvider
{
static
var
previews
:
some
View
{
SettingsView
()
}
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Apr 24, 12:23 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3707422
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment