# THNotesTextView **Repository Path**: lisilence/THNotesTextView ## Basic Information - **Project Name**: THNotesTextView - **Description**: THNotesTextView 是带有笔记本外观的 UITextView - **Primary Language**: Ruby - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/thnotestextview - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-10 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README THNotesTextView === [![Pod Version](http://img.shields.io/cocoapods/v/THNotesTextView.svg?style=flat)](http://cocoadocs.org/docsets/THNotesTextView/) [![Pod Platform](http://img.shields.io/cocoapods/p/THNotesTextView.svg?style=flat)](http://cocoadocs.org/docsets/THNotesTextView/) [![Pod License](http://img.shields.io/cocoapods/l/THNotesTextView.svg?style=flat)](http://opensource.org/licenses/MIT) This control is an extension to the standard UITextview to make it look like a notebook # Screenshots ![iPhone Portrait](/Screenshots/Screenshot1.png?raw=true) ![iPhone Landscape](/Screenshots/Screenshot2.png?raw=true) # Installation ### CocoaPods Install with [CocoaPods](http://cocoapods.org) by adding the following to your Podfile: ``` ruby 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](LICENSE.md).