swiftUI tutorial here
Post
Replies
Boosts
Views
Activity
I'll try it
Oh I found out another way around my bug
my bug is that my todo list app’s done variables sometimes gets larger then my total todos when I delete one because I minus total by 1 but forgotten the done variable
Restart until it works
Its annoying I even needs to connect with AppleSupport😂
deleted some preferences plist in Monterey
not sure in Ventura
Feedback assistant
So I’m not directly pasting the error. It’s sth like not able to convert “dynamic” sth and Binding<_> and lots else
error on binding and numbers I’ll outside so I’m on playgrounds and it’s in Chinese…
Try to break the file down and see. Maybe it’s just a .zip can by unzipping it all sorts of things are there
Your json is not Data nor String
?what do u mean?
enable or disable?
Thanks everyone I'm turning to Xcode🫠
Ok I find out why
Strange openpanel issue
if anyone has any idea why, please post.
I’ll not close this thread.
Your dismiss dismisses your ContentView
another better way is to create a separate View
struct SheetView: View {
@Environment(\.dismiss) var dismiss
var body: come View {
...
Button {
dismiss()
} label: [
...
}
}
}
Then it'll work.
sth().sheet(...) {
SheetView()
}
AngularGradient? I'm trying
Me2 https://developer.apple.com/forums/thread/708216