Custom UIKit context menu in SwiftUI app ( SimpleX Chat)
Budget: £18 – £36 GBP
This is related to this problem
https://stackoverflow.com/questions/73278414/swiftui-backwards-infinite-scroll
As we need a reverse infinite scroll for conversation view, it was the easiest to achieve by using scaleEffect on both the whole view and the message. But this approach breaks SwiftUI context menus.
Current in-progress PR implemented context menu with empty preview and targetedPreviews, what is required is to complete these previews without changing the message size in previews:
https://github.com/simplex-chat/simplex-chat/pull/910/files
There is no need to finalize the context menu itself, only the message previews that show together with the menu and during the transitions.
https://stackoverflow.com/questions/73278414/swiftui-backwards-infinite-scroll
As we need a reverse infinite scroll for conversation view, it was the easiest to achieve by using scaleEffect on both the whole view and the message. But this approach breaks SwiftUI context menus.
Current in-progress PR implemented context menu with empty preview and targetedPreviews, what is required is to complete these previews without changing the message size in previews:
https://github.com/simplex-chat/simplex-chat/pull/910/files
There is no need to finalize the context menu itself, only the message previews that show together with the menu and during the transitions.