views:

33

answers:

1

So, I have a UIView with a UIWebView inside serving up a local HTML file (a document preview). I also have "Accept" & "Reject" UIButtons. I need these buttons to only appear after the user has scrolled to the bottom of the web page. Is there a way to capture an event for scrolling to the bottom of a UIWebView?

I have not seen any good answers for this, can anyone help?

Thanks in advance.

A: 

huh?

Why not just included the buttons on the bottom of the page?

Jordan
The buttons are not in the HTML, they are in the UIView that also has the UIWebView.
JWD
Ah, in that case. You can present the HTML in a separate viewController as modal view with the HTML and the buttons on the bottom.
Jordan