This control is an extension to the standard UITextview to make it look like a notebook
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.
Or copy the THNotesTextView/
directory from this repo into your project.
Have a look at the Example Project. Actually it's quite simple, as it is a normal UITextView
#Contributions
...are really welcome.
Source code of this project is available under the standard MIT license. Please see the license file.