Hello,
does anyone know how to get the UIViewImage or the content inside of a UIScrollView after you add the image to the subview of the UIScrollView.
So if i have
UIViewImage *image;
UIScrollView *view;
[view addSubView:image]
anyone know how i can extract the image?
	
		
			
		
		
	
				
			does anyone know how to get the UIViewImage or the content inside of a UIScrollView after you add the image to the subview of the UIScrollView.
So if i have
UIViewImage *image;
UIScrollView *view;
[view addSubView:image]
anyone know how i can extract the image?
