You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to integrate RTK into our iPhone app (using UIKit) and I was wondering if we have access to line-associated functionality.
Would like the RichTextPresenter protocol to provide me with:
selectCurrentLine
rangeForPreviousLine
rangeForCurrentLine
rangeForNextLine
Having those would allow us to interact with the RTK to easily move the cursor to the previous / next line positions?
Can I do this with the current functional set?
The text was updated successfully, but these errors were encountered:
I'm once again thinking that I'd like to rewrite this library once again from scratch, while targeting iOS 17 and macOS 14...but I also realize that it will take a LOT of time. I should probably look at TextKit2 first.
I'm starting to integrate RTK into our iPhone app (using UIKit) and I was wondering if we have access to line-associated functionality.
Would like the
RichTextPresenter
protocol to provide me with:selectCurrentLine
rangeForPreviousLine
rangeForCurrentLine
rangeForNextLine
Having those would allow us to interact with the RTK to easily move the cursor to the previous / next line positions?
Can I do this with the current functional set?
The text was updated successfully, but these errors were encountered: