Animation Tool for Alert like Swarm app.
Comming soon.
You can install this to your project via CocoaPods.
pod 'TKSwarmAlert'
let alert = TKSwarmAlert()
alert.show(type: SWBackgroundType.Blur, views: yourViews)
// If you want
alert.addNextViews(yourViews2)
alert.addNextViews(yourViews3)
You can also add non-animated views to alert view.
alert.addSubStaticView(yourStaticView)
alert.didDissmissAllViews = {
println("didDissmissAllViews")
}
So, you can add original view.