RichTextVC-iOS 3.1.0

RichTextVC-iOS 3.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2018
SPMSupports SPM

Maintained by Nick Shelley, Rhett Rogers.



  • By
  • Rhett Rogers

RichTextVC-iOS

CI Status Version License Platform

RichTextVC-iOS is a view controller containing a UITextView that can do rich text editing. You can do bold, italics, numbered lists, and bulleted lists.

Usage

To use the RichTextViewController class, create a UIViewController class and have it be a sub class of RichTextViewController. In order for Bold and Italics to work you need to set the regularFont, boldFont, italicFont, and boldItalicFont vars.

Requirements

Installation

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

pod "RichTextVC-iOS"

Author

Rhett Rogers, [email protected]

License

RichTextVC-iOS is available under the MIT license. See the LICENSE file for more info.