Malcolm Hall
Results
132
comments of
Malcolm Hall
VerticalTextView pressesEnded does uiTextViewDidSubmit and I'm pretty sure the presses stuff is hardware only so they are missing handling the soft return press.
repost of https://stackoverflow.com/a/79627869/259521 I took a look at how `axis: .vertical` is implemented. It renders a subclass of UITextView called [`VerticalTextView`](https://developer.limneos.net/?ios=18.1&framework=SwiftUI.framework&header=SwiftUI.VerticalTextView.h) and its using the presses API to do the...