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 Image(uiImage:) and UIImage.prepareForDisplay() performance
Not really
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
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 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 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 Can not upload ipa to TestFlight in Xcode 13 with error: The request timed out
Try transporter, It's available on the App Store, or fastlane.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Phone shuts off while playing Apple Music
Please ask this on r/AppleHelp, Quora, or the Apple Forums.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to SwiftUI Previews - Disk space issue
I created a virtual drive on an external drive and made an apple script to close xcode and its programs, mount it in the correct spot, and re-open xcode.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to MKLocalSearch produces SearchAttribution Error and Error Domain=GEOErrorDomain Code=-8
Any solution? Also having the same issue
Replies
Boosts
Views
Activity
Feb ’22
Reply to MKLocalSearch produces SearchAttribution Error and Error Domain=GEOErrorDomain Code=-8
UPDATE: I found the cause. Right as it clears, this error appears: [MKCoreLocationProvider] CLLocationManager(<CLLocationManager: 0x600001fa3a10>) for <MKCoreLocationProvider: 0x600002f8a250> did fail with error: Error Domain=kCLErrorDomain Code=0 "(null)" However, I am not using core location for the search at all. What is going on??? 😩
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Swipe Gestures
Unfortunately, it did not work.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Swipe Gestures
Here you go: Picker List.txt
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Swipe Gestures
Update: It's working, just doesn't really work well in the simulator
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to @Binding in App structure not updating view
Content View.txt
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Highlight by brushing over text in Safari
circle the text
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Invalid Binary
After long amounts of work, I fixed it by getting an older version of my project via source control and merging the new changes with the old version.
Replies
Boosts
Views
Activity
Mar ’22