Awesome
SECoreTextView
SECoreTextView is multi-line rich text view library with clickable links, selectable text, embedding images and editing.
<a href="http://vimeo.com/75470039"><img src="https://raw.githubusercontent.com/kishikawakatsumi/SECoreTextView/master/Screenshots/movie01.gif" style="width: 250px; height: 360px;" alt="Movie 1" /></a>
Features
Multi-Line Rich text
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_01.png" alt="iOS ScreenShot 1" width="225px" style="width: 225px;" />Clickable hyper link
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_02.png" alt="iOS ScreenShot 2" width="225px" style="width: 225px;" />Embedding Images, Custom views, or Any blocks
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_08.png" alt="iOS ScreenShot 8" width="225px" style="width: 225px;" /> <img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_09.png" alt="iOS ScreenShot 9" width="400px" style="width: 400px;" />
Text selection
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_03.png" alt="iOS ScreenShot 3" width="225px" style="width: 225px;" /> <img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_04.png" alt="iOS ScreenShot 4" width="225px" style="width: 225px;" /> <img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_06.png" alt="iOS ScreenShot 6" width="225px" style="width: 225px;" />
Copy & Paste
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_05.png" alt="iOS ScreenShot 5" width="225px" style="width: 225px;" />Editing (iOS only)
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/iOS_10.png" alt="iOS ScreenShot 5" width="225px" style="width: 225px;" />Both OS X / iOS supported
<img src="https://raw.github.com/kishikawakatsumi/SECoreTextView/master/Screenshots/OSX_02.png" alt="OS X ScreenShot 2" width="320px" style="width: 320px;" />System Requirement
OS X 10.7(Lion) or later / iOS 5 or later
Installation
CocoaPods
pod 'SECoreTextView'
Manual Install
-
git clone git@github.com:kishikawakatsumi/SECoreTextView.git
-
Copy files in
Lib
andResources
to your project. -
Add
CoreText.framework
to your target.
License
SECoreTextView is available under the MIT license. See the LICENSE file for more info.