Popularity
5.3
Declining
Activity
0.0
Stable
484
13
30

Programming language: Swift
License: MIT License
Tags: Text    
Latest version: v1.4.5

VEditorKit alternatives and similar libraries

Based on the "Text" category.
Alternatively, view VEditorKit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of VEditorKit or a related project?

Add another 'Text' Library

README

CI Status Version License Platform

Lightweight and Powerful Editor Kit built on Texture(AsyncDisplayKit) https://github.com/texturegroup/texture. VEditorKit provides the most core functionality needed for the editor. Unfortunately, When combined words are entered then UITextView selectedRange will changed and typingAttribute will cleared. So, In combined words case, Users can't continue typing the style they want.

TypingAttributes Spec

When the text view’s selection changes, the contents of the dictionary are cleared automatically. https://developer.apple.com/documentation/uikit/uitextview/1618629-typingattributes

Basic spec list

  • Advanced EditableTextView (Support Combined words such as Korean)
  • Default Image, Video, Og-Object(Link Preview) UI Components
  • XML Parser & Builder
  • Editor Rule Base Development

Example

Bi-direction attribute binding Combined Words TypingAttribute Regex pattern base attributed typing XML Parse & Build Delete Media Content & Merge TextViews Auto-generate Link Preview

Usage

Requirements

  • Xcode <~ 9.0
  • Swift 4.2
  • iOS <~ 9.3

Installation

VEditorKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'VEditorKit'

Author

  • #### Geektree0101
  • #### OhKanghoon
  • #### gkdlfm

License

VEditorKit is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the VEditorKit README section above are relevant to that project's source code only.