ios - UIImage from UIView if UIView is outside window bounds -
ios - UIImage from UIView if UIView is outside window bounds -
i have uiscrollview many uiview views added content. convert uiview , subviews uiimage , know how if uiview visible on device screen. possible convert uiview (subview in uiscrollview) uiimage if uiview not in uiscrollview visible rect?
could iterate on subviews taking screenshot of each uiview within uiscrollview ?
the next class may help taking screenshots: http://ioscodesnippet.com/2011/08/25/rendering-any-uiviews-into-uiimage-in-one-line/
hope find solution.
thanks, michael
ios objective-c uiview uiimage
Comments
Post a Comment