Post

Replies

Boosts

Views

Activity

Reply to Multiple Alerts not showing
Ok, thx. Code exists is legacy and from a much earlier version. I will take it out. However, if I move .alert(isPresented: $disabledAlert, content: {    Alert(title: Text("Network Error"), message: Text("You aren't connected to the internet, please connect to use Pickt."), dismissButton: .default(Text("Ok"), action: { disabledAlert = false presentationMode.wrappedValue.dismiss() })) }) to be a child of AlertControlView(textString: $blank, showAlert: $enterLoc, textPlaceholder: $textAlertFieldPlaceholder, title: "Error", message: "Please enter location to continue.", onDone: { loc in location = loc create() }, onCancel: { enterLoc = false creating = false })
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’22
Reply to Multiple Alerts not showing
Ok, thx. Code exists is legacy and from a much earlier version. I will take it out. However, if I move .alert(isPresented: $disabledAlert, content: {    Alert(title: Text("Network Error"), message: Text("You aren't connected to the internet, please connect to use Pickt."), dismissButton: .default(Text("Ok"), action: { disabledAlert = false presentationMode.wrappedValue.dismiss() })) }) to be a child of AlertControlView(textString: $blank, showAlert: $enterLoc, textPlaceholder: $textAlertFieldPlaceholder, title: "Error", message: "Please enter location to continue.", onDone: { loc in location = loc create() }, onCancel: { enterLoc = false creating = false })
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Multiple Alerts not showing
Here is the entire file: Create Party.txt
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode 13.2 - Preview stops working with SwiftUI List
Can you please share your Article Struct?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Image(uiImage:) and UIImage.prepareForDisplay() performance
Not really
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to SwiftUI on mac, button keyboard shortcut not working on Menu's Button
Try updating to Xcode 13.2.1
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Limit width of wheel style picker on iOS
Please make sure you are on Xcode 13.2.1 and try again.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Text background color
Try looking through this: https://www.hackingwithswift.com/books/ios-swiftui/colors-and-frames
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Preview failed to build
Preview often breaks, wait until Xcode 13.3 I guess. You can also try deleting Xcode, then all the preview data and then reinstalling Xcode.
Replies
Boosts
Views
Activity
Dec ’21
Reply to iDrive stuck uploading deleted Files. Where ist the iDrive upload queue?
Pls ask this on the apple forums and not the developer forums. We cannot really help you and this is an outlet for developers to get help on Xcode and it's tools as well as issues with code.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Apple developer account is still pending
Contact apple dev support
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13 Fails To Run On iOS Devices
Clean build data and delete Derived Data?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to There has been no response to the account reinstatement request
Do you know why it was taken down? Try checking the resolution center in App Store Connect.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode backward compatibility
Yes, but new frameworks are just not built into older versions and therefore will not compile the project.
Replies
Boosts
Views
Activity
Dec ’21
Reply to SwiftUI NavLink Dismiss
.onDisappear did not work, but .onAppear did. Thx so much!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Lost Connection
Update: Until Monterey had come out, the non-beta would not work.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21