Skip to content

Commit

Permalink
Merge pull request #11 from robertherdzik/update-readme
Browse files Browse the repository at this point in the history
Readme updated
  • Loading branch information
robertherdzik authored Dec 3, 2016
2 parents e85328f + 86cbeaa commit 60f9722
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@
<img src ="./ReadmeAssets/RHSideButtonsHeadLogo.png" width="800" height="300"/>
</p>

[![Version](https://img.shields.io/cocoapods/v/RHSideButtons.svg?style=flat)](http://cocoadocs.org/docsets/RHSideButtons)
[![License](https://img.shields.io/cocoapods/l/BadgeSwift.svg?style=flat)](/LICENSE)
[![Platform](http://img.shields.io/badge/platform-ios-blue.svg?style=flat)](https://developer.apple.com/iphone/index.action)
[![Language](http://img.shields.io/badge/language-swift-brightgreen.svg?style=flat)](https://developer.apple.com/swift)

# RHSideButtons 🌶
Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu. 🌶

## Play with it 😎
<iframe src="https://appetize.io/embed/zanve819jr7g7dmh326a924pq4?device=iphone6&scale=100&autoplay=false&orientation=portrait&deviceColor=black" width="416px" height="870px" frameborder="0" scrolling="no"></iframe>

## Installation
You can install RHSideButtons library using Cocoapods:
```
pod 'RHSideButtons'
```
or you can simply copy ```RHSideButtons``` folder to your project.

## Usage
You just need implement `RHSideButtonsDataSource` and `RHSideButtonsDelegate` similar to well-known UIKit design.

Expand Down

0 comments on commit 60f9722

Please sign in to comment.