KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
DCExplosion
โ 47
Open GitHub โ
Remove a view with explosion animation
Download README (.md)
Explore Similar Repositories
sppull
:
๐ Download files from SharePoint document libraries using Node.js without hassles
choo-log
:
๐ - Development logger for choo
react-horizon-example
:
A demo realtime chat application created using React and RethinkDB/Horizon
SinoImageEditor
:
ๅพ็็ผ่พๅจ,ๅ ๆฌๅจ็บฟๅพ็ไธไผ ๏ผ่ฃๅช๏ผๆ่ฝฌ๏ผๆฐดๅฐ๏ผๆๅญๅๅพ็๏ผ็ญๆไฝ๏ผๆ็ปไธไผ ๅฐๆๅกๅจ
yii2-swoole-async
:
yii2ๅผๆญฅไปปๅกๆฉๅฑ
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DCExplosion
?
Download (.md)
# DCExplosion   **DCExplosion** allow you to remove a view with explode animation. Written in Swift, using [Protocol-Oriented Programming](https://developer.apple.com/videos/play/wwdc2015/408/) ## How To Get Started - Download [**DCExplosion**](https://codeload.github.com/Tangdixi/DCExplosion/zip/master) - Clone **DCExplosion** ```bash git clone git@github.com:Tangdixi/DCExplosion.git ``` ##Installation Drag the **Source** into your project. Well, it is strongly recommended that you install via [**CocoaPods**](https://cocoapods.org) ## Usage * Conform the protocol ```swift extension UIView:Explodable { } ``` * Explode a view and remove it from superView ```swift yourView.explode(duration: 1) ``` * Explode a view and remove it from superView using the specified direction ```swift imageView.explode(.Chaos, duration: 1) ``` * Explode a view and remove it from superView using the specified direction and completion handler ```swift imageView.explode(.Chaos, duration: 1) { // do something here ... } ``` * Explode a TableViewCell and delete it from UITableView using the specified direction and completion handler ```swift tableView.explodeRowAtIndexPath(indexPath, duration:1 ,direction: .Chaos) { dataSource.removeAtIndex(indexPath.row) } ``` ## Documentation **Xcode Quick Help Documentation Supported** ## Bug, Suggestions Just open an [issue](https://github.com/Tangdixi/DCExplosion/issues) ~ ## TODO * Remove a UICollectionCell with explode animation * More than explosion style ## License **DCExplosion** is available under the MIT license. See the LICENSE file for more info.