Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.22 KB

THNotesTextView

Pod Version Pod Platform Pod License

This control is an extension to the standard UITextview to make it look like a notebook

Screenshots

iPhone Portrait iPhone Landscape

Installation

CocoaPods

Install with CocoaPods by adding the following to your Podfile:

platform :ios, '7.0'
pod 'THNotesTextView', '~> 1.0.0'

Note: We follow http://semver.org for versioning the public API.

Manually

Or copy the THNotesTextView/ directory from this repo into your project.

Usage

Have a look at the Example Project. Actually it's quite simple, as it is a normal UITextView

#Contributions

...are really welcome.

License

Source code of this project is available under the standard MIT license. Please see the license file.