Skip to content

Commit

Permalink
Update README.md to announce Framework and Carthage Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MeXx committed May 7, 2015
1 parent b5244c2 commit 5941161
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Build Status](https://travis-ci.org/glaszig/SZTextView.svg?branch=master)](https://travis-ci.org/glaszig/SZTextView)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/glaszig/sztextview/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

A drop-in UITextView replacement which gives you: a placeholder.
Technically it differs from other solutions in that it tries to work like UITextField's private `_placeholderLabel` so you should not suffer ugly glitches like jumping text views or loads of custom drawing code.
Expand All @@ -15,7 +16,23 @@ Your iOS project. (Tested on iOS versions 7.x, 8.0. Should also work on 5.x and
## Installation

Either clone this repo and add the project to your Xcode workspace or use [CocoaPods](http://cocoapods.org).
Either clone this repo and add the project to your Xcode workspace, use [CocoaPods](http://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage).

#### CocoaPods

Add this to you Podfile:

```ruby
pod 'SZTextView'
```

#### Carthage

Add this line to your Cartfile:

```
github "glaszig/SZTextView"
```

## Usage

Expand Down

0 comments on commit 5941161

Please sign in to comment.