Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishikawakatsumi/SECoreTextView
SECoreTextView is multi style text view.
https://github.com/kishikawakatsumi/SECoreTextView
Last synced: about 2 months ago
JSON representation
SECoreTextView is multi style text view.
- Host: GitHub
- URL: https://github.com/kishikawakatsumi/SECoreTextView
- Owner: kishikawakatsumi
- License: mit
- Created: 2013-04-21T16:16:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T09:32:50.000Z (over 4 years ago)
- Last Synced: 2024-10-13T14:17:28.583Z (3 months ago)
- Language: Objective-C
- Size: 16.4 MB
- Stars: 943
- Watchers: 65
- Forks: 143
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - SECoreTextView - SECoreTextView is multi style text view. (etc)
- awesome - SECoreTextView - SECoreTextView is multi style text view. (etc)
README
SECoreTextView ![License MIT](https://go-shields.herokuapp.com/license-MIT-yellow.png)
==============[![Version](https://cocoapod-badges.herokuapp.com/v/SECoreTextView/badge.png)](https://cocoapod-badges.herokuapp.com/v/PEPhotoCropEditor/badge.png)
[![Platform](https://cocoapod-badges.herokuapp.com/p/SECoreTextView/badge.png)](https://cocoapod-badges.herokuapp.com/p/PEPhotoCropEditor/badge.png)
[![Build Status](https://travis-ci.org/kishikawakatsumi/SECoreTextView.png?branch=master)](https://travis-ci.org/kishikawakatsumi/SECoreTextView)
[![Analytics](https://ga-beacon.appspot.com/UA-4291014-9/SECoreTextView/README.md)](https://github.com/igrigorik/ga-beacon)SECoreTextView is multi-line rich text view library with clickable links, selectable text, embedding images and editing.
## Features
### Multi-Line Rich text### Clickable hyper link
### Embedding Images, Custom views, or Any blocks
### Text selection
### Copy & Paste
### Editing (iOS only)
### Both OS X / iOS supported
## System Requirement
**OS X 10.7(Lion) or later / iOS 5 or later**## Installation
### CocoaPods
`pod 'SECoreTextView'`### Manual Install
1. `git clone [email protected]:kishikawakatsumi/SECoreTextView.git`
2. Copy files in `Lib` and `Resources` to your project.
3. Add `CoreText.framework` to your target.
[Apache]: http://www.apache.org/licenses/LICENSE-2.0
[MIT]: http://www.opensource.org/licenses/mit-license.php
[GPL]: http://www.gnu.org/licenses/gpl.html
[BSD]: http://opensource.org/licenses/bsd-license.php## License
SECoreTextView is available under the [MIT license][MIT]. See the LICENSE file for more info.