devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

Not really transparent reflection on coverflowview #193

Closed Ninjinka closed 11 years ago

Ninjinka commented 12 years ago

Hello, i was integrating your lib to a project, i noticed that in TKCoverflowCoverView the reflection of image is made via a CAGradientLayer, this make the reflection only "seems transparent" since it's instead simply darkening.

I had modified the interface to create a real reflection, if you want i can send you the .h and .m files

pceccato commented 12 years ago

Why not simply fork the code and make a pull request?

devinross commented 11 years ago

@Ninjinka The reflection only "seems transparent" so transparencies for albums don't overlap. If you saw the outcome from mixing reflections, you'd probably understand why its built that way. If you have a better implementation, please submit a pull request.