I'm making an iPhone-app with particles moving on a custom UIView, drawn with Core Graphics. I want my particles to leave a trace, so when the view is repainted I want it to fill the background with 0.8 alpha.
Anyone knows how to do this? I've tried setting the background color of the view to something transparent in IB, but that doesn't help, it only makes the underlying view visible through.
In short - I need help setting the clear color of UIView to something transparent.
Thanks