Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
efremidze authored Oct 8, 2016
1 parent e329095 commit c05af4f
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[UIVisualEffectView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIVisualEffectView/) subclass with tint color. Applies a blurring effect to the content layered behind using [UIBlurEffect](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBlurEffect_Ref/index.html#//apple_ref/occ/cl/UIBlurEffect).

[![Version](https://img.shields.io/cocoapods/v/VisualEffectView.svg?style=flat)](http://cocoapods.org/pods/VisualEffectView)
[![Language](https://img.shields.io/badge/Swift-2.3-orange.svg?style=flat)](https://swift.org)
[![CI Status](http://img.shields.io/travis/efremidze/VisualEffectView.svg?style=flat)](https://travis-ci.org/efremidze/VisualEffectView)
[![codebeat badge](https://codebeat.co/badges/333beeda-5948-42f3-8775-0e3626408a82)](https://codebeat.co/projects/github-com-efremidze-visualeffectview)

Expand All @@ -12,6 +13,12 @@
$ pod try VisualEffectView
```

## Requirements

- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Swift 2.3 (VisualEffectView 1.x)
- [Swift 3.0](https://github.com/efremidze/VisualEffectView/tree/swift3.0)

## Installation
###CocoaPods
To install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:
Expand All @@ -30,12 +37,6 @@ github "efremidze/VisualEffectView"
1. Download and drop ```VisualEffectView.swift``` in your project.
2. Congratulations!

## Requirements

- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
- Swift 2.3 (VisualEffectView 1.x)
- [Swift 3](https://github.com/efremidze/VisualEffectView/tree/swift3.0)

## Usage

Use the VisualEffectView like any UIView.
Expand Down Expand Up @@ -70,14 +71,6 @@ var scale: CGFloat // scale factor

Works great with storyboards and xibs.

## Contributions

Contributions are totally welcome.

## License

VisualEffectView is available under the MIT license. See the LICENSE file for more info.

## Disclaimer

VisualEffectView utilizes a private UIKit API to do its magic. Use caution, submitting this code to the App Store adds the risk of being rejected!
Expand Down

0 comments on commit c05af4f

Please sign in to comment.