How can I make a UIWebView's html/javascript to trigger a UIModalView to show up on page load?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use one of the following delegates to catch a page before it loads:
You can check the URL that is being loaded with:
Then create and show your UIModalView. |
|||
|
|