PDA

View Full Version : Force-drawing UIView into a context




supersv
Jun 8, 2008, 12:14 PM
Guys,

Any ideas how to make an UIView render itself into a custom context? I've tried [[view layer] drawInContext:context], but apparently it does nothing.
The view lives by itself, it is not contained by any view or window.

Thanks.