# CoolButtons
Todo:
- Check on the tracking code in Flurry Analytics to see if things are working
- Challenge the App Store rejection
- Advantages of CoolButtons
- Include in the README
- More robust README?
- Link to app in app store
Ideas:
- Show different size buttons on different backgrounds
# Shadows for the "I Made This" button:
CABasicAnimation *anim = [CABasicAnimation animationWithKeyPath:@"shadowOpacity"];
anim.fromValue = [NSNumber numberWithFloat:1.0];
anim.toValue = [NSNumber numberWithFloat:0.0];
anim.duration = 1.0;
[vv.layer addAnimation:anim forKey:@"shadowOpacity"];
vv.layer.shadowOpacity = 0.0;
http://stackoverflow.com/questions/4502569/how-to-animate-layer-shadowopacity
#simplenote
#project