logoalt Hacker News

CharlesWtoday at 4:10 PM1 replyview on HN

You must know far more about this than me, but as of iOS 26, `TextEditor` evolved into a true rich text editor (`AttributedString` binding, `AttributedTextSelection` rich text selection, custom/app-specific text attributes, etc). https://developer.apple.com/videos/play/wwdc2025/280/ Do you really think people should use web views instead of, say, STTextView?


Replies

krzyzanowskimtoday at 6:14 PM

I think people should use anything but SwiftUI.TextEditor is my current stance