Posts

Post not yet marked as solved
0 Replies
174 Views
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?
Posted Last updated
.
Post not yet marked as solved
1 Replies
169 Views
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)                 }         }     }
Posted Last updated
.
Post not yet marked as solved
4 Replies
945 Views
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
Posted Last updated
.