Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chrismaddern/CJMTwitterFollowButton
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: chrismaddern/CJMTwitterFollowButton
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 25, 2013

  1. Update README.md

    Chris Maddern committed Dec 25, 2013

    Verified

    This commit was signed with the committer’s verified signature.
    tushar-saxena-yral Tushar Saxena (yral)
    Copy the full SHA
    d9aade3 View commit details
Showing with 6 additions and 0 deletions.
  1. +6 −0 README.md
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,12 @@ A `UIButton` subclass which mimics the Twitter follow button and will open the p

<center><img src="https://raw.github.com/chrismaddern/Follow-Me-On-Twitter-iOS-Button/master/CJMTwitterFollowButton/Resources/CJMFollowMeButtonSmall.png" style="margin: 0 auto; " /></center>

### Installation
The easiest way is to use CocoaPods. If you don't already, here's a [guide](http://guides.cocoapods.org/using/getting-started.html).
```
pod 'CJMTwitterFollowButton', '~>0.1.0'
```

### Usage
The `CJMTwitterFollowButton` can be created in Interface Builder by adding a `UIButton` and changing it's class to `CJMTwitterFollowButton` or in code using the initialiser: