Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.27 KB

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.