Digital Dreams

Interface

CAGradientLayer is my favorite new addition to the Core Animation framework. It’s a straightforward, hardware accelerated linear-gradient rendering API that’s easy to use, super powerful and blazing fast. Setting one up is just a few lines of code..


CAGradientLayer *layer =…