views:

208

answers:

0

I have multiple UIWebViews as child controllers of a UITableView with a Nav bar. The .xib file is the same for all the UIWebViews, but the UIWebView's content depends on the UITableView row selected. UIWebViews take their content from local .webarchive files (formatted text and images).

If I click row 0 and UIWebView 0 appears, it looks ok with all the images. But if I go back to the UITableView and click another row, the images in the UIWebView are from UIWebView 0, what is not I need. Is there a way to make UIWebViews show proper content?

Thanks in advance!