BubbleBlurView is a UIView which has a blurred bubble effect that somewhat resembles the Apple Card.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Getting Started
Simply create a view and call startBubbles when you are ready to start the animation.
let bubbleView = BubbleBlurView()
bubbleView.startBubbles()
See example for more details.
Installation
BubbleBlurView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'BubbleBlurView'
Pitfalls
- Low Performance (will be soon updated to use SpriteKit to remedy)
- Repetitive Animation (will soon be updated with more randomness)
Author
William Taylor
License
BubbleBlurView is available under the MIT license. See the LICENSE file for more info.