Hope this helps:
https://www.swiftbysundell.com/articles/connecting-async-await-with-other-swift-code/
You can use concurrency prior to macOS 12.0 because it is a language feature, but not the macOS 12's frameworks (macOS feature). If you want to mix code of <12.0 and >12.0, you can use the example of that article to build your own function constructor.
Post
Replies
Boosts
Views
Activity
Solved!
Oh, okay. Have you check the SwiftUI Grids? (they are equivalent to UICollectionViews):
https://developer.apple.com/videos/play/wwdc2020/10031/
hackingwithswift.com/quick-start/swiftui/how-to-position-views-in-a-grid-using-lazyvgrid-and-lazyhgrid
Try with this modifier:
.onChange(of: selection) { value in
if value == condition {
// do something
}
}
Could you explain with an image what do you want exactly? I couldn't understand your explanation.
Solved with beta 4.
The bug continues in Xcode beta 2 and Big Sur beta 2...
Solved!!!!! After sending a feedback and contacting with developer support by phone 😀 !!! Thank you all for fighting against this error too!
Sent! I hope to find a solution soon :/
Same problem here, with macOS app. I cannot set the price for auto-renewal suscriptions. When I push the "create price" button, it does nothing. I think that it is because the prices for Australia, Switzerland and Norway appears in blank.