0

I want get texture or image from UIVIew like screenshot. But without create CGContext, and draw UIView on this context. If this view display on screen, i think it contains this texture somewhere inside. How can I get this texture/image from UIView? How can I catch moment redraw this texture(E.g. change highliten button inside view)?

4

1 回答 1

0

没有为渲染的 UIView 存储纹理。引擎盖下会有一个帧缓冲区,但我认为你无法做到这一点。

就像你说的,你可以将视图的图层渲染到 CGContext。这很容易完成,我相信这是实现您想要的唯一方法。您避免这种方法的原因是什么?也许您正在尝试解决错误的问题。

于 2013-06-14T13:47:50.127 回答