[iPad] How to make a UIWebView in the DetailView of a Split View display data for a corresponding UI
- by Knodel
I have an iPad app. In the Root View I have a UITableView with two levels. I need to display different webpages in the UIWebView in Detail View based on the selected UITableView row. How can I do it?