Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FancyCrash

FancyCrash is designed to crash an iOS App with fancy visual effects.

Silent crash considers not user-friendly. Always give user a FANCY crash effect when possible.

Usage

Copy FancyCrash.h & .m to your project. Call [FancyCrash crash] to get a random crash effect. Or use [FancyCrash crashWithEffect:effectOptions:] to customize the crash animation.

Customize Effects

Options for kFancyCrashEffectBreakGlass1:

@{
    @"crackDuration"  : @0.5,     // crack animation duration
    @"fallDuration"   : @0.9,     // fall animation duration
    @"rows"           : @6,       // row count
    @"columns"        : @4,       // column count
}

About

Crash an iOS App with fancy visual effects.

Resources

Stars

16 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages