Skip to content

Commit bc931aa

Browse files
committed
Finish
1 parent 072c6ed commit bc931aa

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "Twitter.png",
5+
"idiom" : "universal"
6+
}
7+
],
8+
"info" : {
9+
"author" : "xcode",
10+
"version" : 1
11+
},
12+
"properties" : {
13+
"template-rendering-intent" : "template"
14+
}
15+
}
3.93 KB
Loading

Example/SettingExample/ContentView.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@
77
//
88

99
import Setting
10-
// import Setting
1110
import SwiftUI
1211

13-
// struct ContentView: View {
14-
// var body: some View {
15-
// Text("Hi")
16-
// }
17-
// }
18-
1912
class ViewModel: ObservableObject {
2013
@AppStorage("languageIndex") var languageIndex = 0
2114
@AppStorage("turboMode") var turboMode = true
@@ -25,9 +18,7 @@ class ViewModel: ObservableObject {
2518
@AppStorage("notificationIndex") var notificationIndex = 0
2619
@AppStorage("notificationPromo") var notificationPromo = true
2720
@AppStorage("notificationUpdates") var notificationUpdates = true
28-
2921
@AppStorage("color") var color = 0xFF3100
30-
3122
@Published var showingAlert = false
3223
}
3324

0 commit comments

Comments
 (0)