I am trying to capture an image of a UIView
with renderInContex
, but it does not fully capture all of the subviews. (For example, it doesn't capture the words in a UITextView
, and it doesn't capture a UIButton
at all.)
What can I use instead?
Edit:
The problem actually isn't renderInContext
, but instead is my implementation. See my new question: https://stackoverflow.com/q/8865207/542687