DDany / SECoreTextView

SECoreTextView is multi style text view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SECoreTextView

version  platform  Build Status Coverage Status

SECoreTextView is multi-line rich text view library with clickable links, selectable text, embedding images and editing.

Features

Multi-Line Rich text

iOS ScreenShot 1

Clickable hyper link

iOS ScreenShot 2

Embedding Images, Custom views, or Any blocks

iOS ScreenShot 8  iOS ScreenShot 9

Text selection

iOS ScreenShot 3  iOS ScreenShot 4  iOS ScreenShot 6

Copy & Paste

iOS ScreenShot 5

Editing (iOS only)

iOS ScreenShot 5

Both OS X / iOS supported

OS X ScreenShot 2

System Requirement

OS X 10.7(Lion) or later / iOS 5 or later

Installation

CocoaPods

pod 'SECoreTextView'

Manual Install

  1. git clone git@github.com:kishikawakatsumi/SECoreTextView.git --recursive
  2. Copy files in Lib and Resources to your project.
  3. Add CoreText.framework to your target.

3rd party libraries (for demo apps)

twitter-text-objc
https://github.com/twitter/twitter-text-objc Copyright 2012 Twitter, Inc. Licensed under the Apache License, Version 2.0: www.apache.org/licenses/LICENSE-2.0

License

SECoreTextView is available under the MIT license. See the LICENSE file for more info.

About

SECoreTextView is multi style text view.

License:MIT License