Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gajjartejas/smdselectiveblurimageview
UIImageView with tap to blur feature in swift.
https://github.com/gajjartejas/smdselectiveblurimageview
Last synced: 3 months ago
JSON representation
UIImageView with tap to blur feature in swift.
- Host: GitHub
- URL: https://github.com/gajjartejas/smdselectiveblurimageview
- Owner: gajjartejas
- License: gpl-3.0
- Created: 2017-12-02T13:47:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T18:27:35.000Z (over 4 years ago)
- Last Synced: 2024-09-17T21:59:03.275Z (4 months ago)
- Language: Swift
- Size: 1.64 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.instagram.com/gajjartejas)
[](http://www.twitter.com/gajjartejas)
[](http://www.reddit.com/u/gajjartejas)# SMDSelectiveBlurImageView
![SMDSelectiveBlurImageView](Images/logo.png)
[![Twitter: @gajjartejas](http://img.shields.io/badge/contact-%40gajjartejas-70a1fb.svg?style=flat)](https://twitter.com/gajjartejas)
[![License: MIT](http://img.shields.io/badge/license-MIT-70a1fb.svg?style=flat)](https://github.com/gajjartejas/SMDSelectiveBlurImageView/blob/master/README.md)
[![Version](http://img.shields.io/badge/version-0.1.0-green.svg?style=flat)](https://github.com/gajjartejas/SMDSelectiveBlurImageView)
[![Cocoapods](http://img.shields.io/badge/Cocoapods-available-green.svg?style=flat)](http://cocoadocs.org/docsets/SMDSelectiveBlurImageView/)UIImageView with tap to blur feature in swift.
***![SMDSelectiveBlurImageView](Images/animation.gif)
## Demo
Do `pod try SMDSelectiveBlurImageView` in your console and run the project to try a demo.
To install [CocoaPods](http://www.cocoapods.org), run `sudo gem install cocoapods` in your console.## Installation 📱
This branch supports Swift 4.
### CocoaPods
Use [CocoaPods](http://www.cocoapods.org).
1. Add `pod 'SMDSelectiveBlurImageView'` to your *Podfile*.
2. Install the pod(s) by running `pod install`.
3. Add `import SMDSelectiveBlurImageView` in the .swift files where you want to use it### Source files
A regular way to use SMDSelectiveBlurImageView in your project would be using Embedded Framework. There are two approaches, using source code.
Add source code:
1. Download the [latest code version](https://github.com/gajjartejas/SMDSelectiveBlurImageView/archive/master.zip).
2. Unzip the download file, copy `SMDSelectiveBlurImageView` folder to your project folderAfter you get the source code either by adding it directly or using submodule, then do the following steps:
- Open `SMDSelectiveBlurImageView` folder, and drag `SMDSelectiveBlurImageView.xcodeproj` into the file navigator of your app project, under you app project.
- In Xcode, navigate to the target configuration window by clicking the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
- Open "Build Phases" panel in the tab bar at the top of the window, expend the "Target Dependencies" group and add `SMDSelectiveBlurImageView.framework` under SMDSelectiveBlurImageView icon in the popup window by clicking `+`. Similarly, you can also add `SMDSelectiveBlurImageView.framework` in "Embedded Binaries" under "General" tab.## Basic usage ✨
```swift
import SMDSelectiveBlurImageView