VEditorKit alternatives and similar libraries
Based on the "Text" category.
Alternatively, view VEditorKit alternatives based on common mentions on social networks and blogs.
-
PhoneNumberKit
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. -
SwiftRichString
👩🎨 Elegant Attributed String composition in Swift sauce -
TwitterTextEditor
A standalone, flexible API that provides a full-featured rich text editor for iOS applications. -
RichEditorView
RichEditorView is a simple, modular, drop-in UIView subclass for Rich Text Editing. -
SwiftString
A comprehensive, lightweight string extension for Swift -
Atributika
Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement. -
Notepad
[iOS] A fully themeable markdown editor with live syntax highlighting. -
MarkdownKit
A simple and customizable Markdown Parser for Swift -
Mustard
🌭 Mustard is a Swift library for tokenizing strings when splitting by whitespace doesn't cut it. -
SwiftVerbalExpressions
Swift Port of VerbalExpressions -
PrediKit
An NSPredicate DSL for iOS, OSX, tvOS, & watchOS. Inspired by SnapKit and lovingly written in Swift. -
AttributedTextView
Easiest way to create an attributed UITextView (with support for multiple links and from html) -
Regex by crossroadlabs
Regular expressions for swift -
PySwiftyRegex
Easily deal with Regex in Swift in a Pythonic way -
OysterKit
OysterKit is a framework that provides a native Swift scanning, lexical analysis, and parsing capabilities. In addition it provides a language that can be used to rapidly define the rules used by OysterKit called STLR -
Tagging
A TextView that provides easy to use tagging feature for Mention or Hashtag -
PredicateFlow
Write amazing, strong-typed and easy-to-read NSPredicate. -
Regex by brynbellomy
Regex class for Swift. Wraps NSRegularExpression. -
OEMentions
An easy way to add mentions to uitextview like Facebook and Instagram -
SmarkDown
A Pure Swift implementation of the markdown mark-up language -
Veneer
A simple library for building attributed strings, for a more civilized age.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of VEditorKit or a related project?
README
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.