TKSwarmAlert
Animation Tool for Alert like Swarm app.
ScreenShot
Installation
CocoaPods
You can use CocoaPods to install TKSwarmAlert
by adding it to your Podfile
:
To get the full benefits import TKSwarmAlert
wherever you import UIKit
Carthage
Create a Cartfile
that lists the framework and run carthage bootstrap
. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/YourLibrary.framework
to an iOS project.
github "entotsu/TKSwarmAlert"
Manually
- Download and drop
YourLibrary.swift
in your project. - Congratulations!
Usage
Show
Static Views
You can also add non-animated views to alert view.
Please use this method before "show".
Event Handler
TKSWBackgroundType
.TransparentBlack
.Blur
.BrightBlur
Kind of Blur
- branch
master
-> UIVisualEffectView - branch
DynamicBlur
-> DynamicBlurView (beautiful but unstable)
Popup view is just a UIView.
So, you can add original view.