Post

Replies

Boosts

Views

Created

Universal links
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)                 }         }     }
1
0
363
Mar ’21
Two synchronized lists
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
4
0
2.2k
Mar ’21