简体   繁体   中英

What type of View I can use for text+images report?

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.

I think you can use Interface Builder to build a custom UIView. Then you can put UIImageView, UITextView. This can only be done if your view is fixed, isn't it?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM