Skip to content

LyokoTech/RichTextVC-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, serenade.xs@icloud.com

License

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