Search code examples
detailsviewuisplitviewcontrolleripad

using split view how to load web view in detail view


how to initialise my detail view with webview when a table row get selected in master view... any example or any method to solve this problem....

Thanks in advance..


Solution

  • initialize one UIWebview in Detailview('s loadview) and Keep it as hidden. If a row is tapped on master controler then pass that URL to UIWebView and make it as Visible.

    All the best!!