Quote:
Originally Posted by dizy
Hey Jume,
Thanks for posting that code, it was exactly what I was looking for (gradients cells)
I was wondering if you knew how to also add the shadow effect for the cell... the way the alarm clock app has.
thanks!
|
Hi,
glad you found that code useful. Concerning the shadow effect... I think the "table" view from the alarm clock is not really table view. I would say they use UIScrollView and on top they stack UIViews which then act as table rows... and after the last view is layered they ad another image view, which is shadow.
But that's just my opinion, I might be wrong.