Re: Getting the scroll position
Re: Getting the scroll position
- Subject: Re: Getting the scroll position
- From: Allan Odgaard <email@hidden>
- Date: Mon, 26 Apr 2004 00:41:17 +0200
On 25. Apr 2004, at 13:34, Jesus De Meyer wrote:
For my application I need to find out if the current page has reached
the bottom so I can do other stuff. The page itself is a WebView.
Does anyone know how to find out if I have reached the bottom of the
page, or with other words if can still scroll down?
You can check visibleRects of the embedded view. But check out the view
hierarchy documentation for WebView, as I believe there are several
nested views, and you'd want the deepest.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.