We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e33825 commit f84f25eCopy full SHA for f84f25e
Example/HostingExample/ViewController.swift
@@ -63,9 +63,3 @@ class ViewController: NSViewController {
63
}
64
65
#endif
66
-
67
-struct ContentView: View {
68
- var body: some View {
69
- RepeatAnimationExample()
70
- }
71
-}
Example/Example/ContentView.swift renamed to Example/SharedExample/ContentView.swift
@@ -1,6 +1,6 @@
1
//
2
// ContentView.swift
3
-// Example
+// SharedExample
4
5
// Created by Kyle on 2023/11/9.
6
@@ -13,6 +13,6 @@ import SwiftUI
13
14
struct ContentView: View {
15
var body: some View {
16
- EmptyView()
+ RepeatAnimationExample()
17
18
0 commit comments