Ios swift – Is there a way to use scrollview RTL (arabic) with LTR animation?
When you turn the ScrollView left to right, and try to scroll, content jumps to the other side. Is there any way to prevent this? Main: var body: some Scene { WindowGroup { ContentView() .environment(.layoutDirection, .rightToLeft) } } ContentView: struct…