Quote:
Originally Posted by melmoup
I tried with
Code:
CALayer *layer = [self layer];
[layer setShadowOffset:CGSizeMake(0.0f, 0.0f)];
[layer setShadowRadius:5.0f];
[layer setShadowOpacity:0.5f];
But that really affects scrolling speed (it's done on a cell of a table view).
|
You've got the right idea.
You're also right that shadows destroy animation speeds. They are not really an option for table view cells.