Post

Replies

Boosts

Views

Activity

Reply to New DeveloperI
swiftUI tutorial here
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Build uploading issue
I'll try it
Replies
Boosts
Views
Activity
Jun ’22
Reply to How can i monitor the decrease of an array’s count dynamically in SwiftUI?
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
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Ventura (accidental install) - can’t connect to the internet any more
Restart until it works Its annoying I even needs to connect with AppleSupport😂 deleted some preferences plist in Monterey not sure in Ventura
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to iOS 16 UI
Feedback assistant
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to No idea
So I’m not directly pasting the error. It’s sth like not able to convert “dynamic” sth and Binding<_> and lots else
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to No idea
error on binding and numbers I’ll outside so I’m on playgrounds and it’s in Chinese…
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to How to display the USDZ file information in RealityKit or SceneKit?
Try to break the file down and see. Maybe it’s just a .zip can by unzipping it all sorts of things are there
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Parsing JSON
Your json is not Data nor String
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to how i cant unable developer mode in iphone? please?
?what do u mean? enable or disable?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Do iPadOS 16 Playground support RegxBuilder?
Thanks everyone I'm turning to Xcode🫠
Replies
Boosts
Views
Activity
Jun ’22
Reply to "Access to list denied" message in the run console
Ok I find out why Strange openpanel issue if anyone has any idea why, please post. I’ll not close this thread.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Dismissing a Sheet That Doesn't Call Another View
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() }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to SwiftUI special effects,
AngularGradient? I'm trying
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to VStack showing error. I'm unable to figure out why
Me2 https://developer.apple.com/forums/thread/708216
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22