I have a UILabel with CALayer shadow on.And I just move it around via UIView animation.
UILabel
CALayer
UIView
The performance is poor and I can see the
Not sure if this is the answer you're looking for but I found this: Drop Shadow on UITextField text
It may be better performance, I haven't tried it but it seems it would be.