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 4ed7afe commit 9765dd6Copy full SHA for 9765dd6
TextBuilder.playground/Contents.swift
@@ -3,7 +3,7 @@ import TextBuilder
3
import PlaygroundSupport
4
5
struct DemoView: View {
6
- @State var name: String?
+ let name: String?
7
8
var body: some View {
9
VStack(spacing: 20) {
@@ -53,7 +53,7 @@ struct DemoView: View {
53
.font(.system(.caption))
54
.foregroundColor(.blue)
55
.pointable()
56
- .onTapGesture { NSWorkspace.shared.open(URL(string: "https://github.com/davdroman/TextBuilder")!) }
+ .onTapGesture { NSWorkspace.shared.open(URL(string: "https://github.com/davdroman")!) }
57
}
58
59
TextBuilder.playground/timeline.xctimeline
@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<Timeline
+ version = "3.0">
+ <TimelineItems>
+ </TimelineItems>
+</Timeline>
0 commit comments