BubbleBlurView is a UIView which has a blurred bubble effect that somewhat resembles the Apple Card.
To run the example project, clone the repo, and run pod install
from the Example directory first.
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.
BubbleBlurView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'BubbleBlurView'
- Low Performance (will be soon updated to use SpriteKit to remedy)
- Repetitive Animation (will soon be updated with more randomness)
William Taylor
BubbleBlurView is available under the MIT license. See the LICENSE file for more info.