TwitterBirdAnimation icon indicating copy to clipboard operation
TwitterBirdAnimation copied to clipboard

Replicating Twitter's bird animation that appears when app starts up

Results 7 TwitterBirdAnimation issues
Sort by recently updated
recently updated
newest added

Can you upgrade it swift4 version?

I want to load a UIViewController instead of an image when animation is done. I tried in your example's AppDelegate: ``` override func animationDidStop(anim: CAAnimation!, finished flag: Bool) { self.imageView!.layer.mask...

When i open the project and run it it crashes in the appdelegate

I recommend finding a mask image that isn't trademarked, and making the component a bit more reusable (i.e. wrap it in a class). Please feel free to resubmit to Cocoa...

When you run the same code in device it has glitches.....

Great blogpost! I tried translating it into objective C, but seem to run into some issues: in AppDidLaunch UIImageView *imageView = [[UIImageView alloc] initWithFrame:[UIScreen mainScreen].bounds]; imageView.image = [UIImage imageNamed:@"Default.png"]; [self.window...

Looking into animations and came across your project. Would using scale be more appropriate here? This way if someone wants to change the mask size you don't have to refactor...