To run the example project, clone the repo, and run pod install
from the Example directory first.
To animate the view
__weak BSViewController *weakSelf = self;
[self.viewToSplash smashIt:YES onCompletion:^(BOOL finished) {
// avoid strong reference cycles
BSViewController *strongSelf = weakSelf;
if(strongSelf){
strongSelf.viewToSplash.hidden = NO;
}
}];
ShatteringView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ShatteringView"
Stas Batururimi, blueocean87@me.com
ShatteringView is available under the MIT license. See the LICENSE file for more info.