Hello!
I want to make some sort of non-editable "report" view with images, titles and text in it. Images generates in code, not from bandle, so I can't use UIWebView.
User puts some data into previous view and press "done" - Next view opens with
"generated image
some text
title
mini title
image
text ... " etc
I think its similar to custom UITableView + UITextView. Has anyone other suggestions?
UPD View is dynamic (not fixed) - text and images generates from code. "report" can be different length from time to time. User can scroll this "report". It's like Help screen in some applications - rich-format text with images.