Popularity
3.6
Declining
Activity
0.0
Stable
222
7
16

Programming language: Swift
License: MIT License
Tags: Animation     UI    
Latest version: v0.1.0

Bubble alternatives and similar libraries

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

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

Add another 'Animation' Library

README

Bubble

CI Status Version License Platform

Example

Demo 1 Demo 2 Demo 3

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

XCode 9.0, Swift 4.0

Installation

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

pod "Bubble"

Usage

Default

Bubble.showLogo()
Bubble.hideLogo()

Custom

// Set color of the mask view
Bubble.maskColor = UIColor.black

// Show logo with scale mode and touchable setting
Bubble.showLogo(with: .scaleAspectFill, touchable: false)

Author

goldmoment, [email protected]

License

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


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