Animation Tool for Alert like Swarm app.
pod 'TKSwarmAlert'
github "entotsu/TKSwarmAlert"
import TKSwarmAlert
let alert = TKSwarmAlert()
alert.show(type: .BrightBlur, views: [yourViews1, yourViews2, yourViews3])
You can also add non-animated views to alert view. Please use this method before "show".
alert.addSubStaticView(yourStaticView)
alert.didDissmissAllViews = {
println("didDissmissAllViews")
}
- branch
master
-> UIVisualEffectView - branch
DynamicBlur
-> DynamicBlurView (beautiful but unstable)
So, you can add original view.