-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Imported from CleanCocoa/DeclarativeTextKit#2
Since UITextView and NSTextView share most of the underpinnings, including being backed by UTF-16 NSStrings, adding UIKit support should consist of either
- adding an adapter like
NSTextViewBufferbut forUITextView, - use a
TextViewBuffer(sans prefix) for both.
With conditional compilation, #if os(macOS) around the NSTextView property declaration and initializer should do the trick iff the API really is exactly the same.
- Add iOS, iPad, ... as deployment targets
- Re-use or add tests for
UITextView
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed