To run the example project, clone the repo, and run pod install
from the Example directory first.
XCode 9.0, Swift 4.0
Bubble is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Bubble"
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)
goldmoment, [email protected]
Bubble is available under the MIT license. See the LICENSE file for more info.