TKSwarmAlert
Animated alert library like Swarm app.
Install / Use
/learn @takuoka/TKSwarmAlertREADME
TKSwarmAlert
Animation Tool for Alert like Swarm app.
ScreenShot

Installation
CocoaPods
You can use CocoaPods to install TKSwarmAlert by adding it to your Podfile:
platform :ios, '8.0'
use_frameworks!
pod 'TKSwarmAlert'
To get the full benefits import TKSwarmAlert wherever you import UIKit
import UIKit
import TKSwarmAlert
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.swiftin your project. - Congratulations!
Usage
import TKSwarmAlert
Show
let alert = TKSwarmAlert()
alert.show(type: .BrightBlur, views: [yourViews1, yourViews2, yourViews3])
Static Views
You can also add non-animated views to alert view. Please use this method before "show".
alert.addSubStaticView(yourStaticView)

Event Handler
alert.didDissmissAllViews = {
println("didDissmissAllViews")
}
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.

Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
