I saw a lot of fragments that are either too complex for something as simple as a shadow, requiring a subclass of UIView and using the quartz2d calls, or I can't get them to work.
I just want to do this in the view that I add as a subtitle for another (subview is taken from another viewController, which I just highlight - I know that it’s probably not very good, but good), no IB or anything . what is the easiest / most acceptable way to do this? would it be different if I want it to work on iOS 4?
source
share