From baadaa30ca6e5681f2b9f3ed2aefa4a45403d068 Mon Sep 17 00:00:00 2001 From: Bradley David Bergeron Date: Thu, 16 Jan 2014 09:24:00 -0500 Subject: [PATCH] Add screenshot to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 532c451..43aa583 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ BTButton is a UIButton subclass for iOS 7. Although many argue that one should n Take a look at the included demo app in order to get a full understanding of how BTButton works. +![iPhone Screenshot](https://dl.dropboxusercontent.com/u/6225/GitHub/BTButton/Demo.png) + ## Installation To use BTButton in you projects, you can simply add `pod BTButton, '~> 1.0.0'` to your Podfile, if you're using CocoaPods. If you prefer the manual route, just add the contents of the BTButton folder to your project. Super simple!