Hello. Can anyone tell me how to implement horizontal and vertical list synchronization in swiftui? For example, a horizontal list is a group, a vertical list is a row of groups. Example: drive.google.com/file/d/13CVnUYaf4zyD295LnDUFJ7aNLVKDfYvp/view?usp=sharing
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
Hello
if I open a link in safari, then the event onOpenURL is processed, but if I scan the qr code with the same link, I am offered to go to the application, but the event no longer works. How can i get url in app when scanning qr code?
var body: some Scene {
WindowGroup {
MainPage()
.onOpenURL { url in
parseUrl(url: url)
}
}
}
Hello
Are there any limitations on the quantity of the QR-codes which it is possible to generate for app clips in https://appstoreconnect.apple.com/appclips/ui/app-experiences
Is there an api for adding and downloading qr codes?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Clips
App Store Connect
App Store Connect API