Popularity
2.2
Stable
Activity
0.0
Stable
83
6
7

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: UI    
Latest version: v3.0

Ripple alternatives and similar libraries

Based on the "UI" category.
Alternatively, view Ripple alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Ripple or a related project?

Add another 'UI' Library

README

Ripple

Ripple is a small convenience to create ripples in your app. With just a line of code, you can do beautiful things.

Code

There are two types of ripples, the one times ones, or the repeated ones:

Ripple

Droplets

By just setting the center and the view the droplet should be added to, you are going to have a droplet effect.

droplet(center: CGPoint, view: UIView)

Ripples

There are many ways to customize the ripple effect, the simplest one of all is just calling the following lines, which will repeat infinite times.

ripple(center: CGPoint, view: UIView)

There is, in both cases some configuration you can find, read the documentation for more information. :) Here's the gif of the demo for you to have an idea of what Ripple is:

Ripple

Installation

Ripple is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Ripple'

Ripple is also available through Carthage. To install just write into your Cartfile:

github 'RamonGilabert/Ripple'

Author

Ramon Gilabert with ♥️

Contribute

I would love you to contribute to Ripple, check the CONTRIBUTING file for more information.

License

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


*Note that all licence references and agreements mentioned in the Ripple README section above are relevant to that project's source code only.