Malcolm Hall

Results 134 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...

error in Arranger: "Cannot find type 'Subviews' in scope"

You can load the content on demand in the View above and pass it down. Or just use the built-in TabView in .paging mode which already has this very memory...