On 2013-04-22, at 9:04 AM, Motti Shneor <su...@bezeqint.net> wrote: > To be very precise --- I'd like to know how to be notified about ANY UIView > visual change. It somehow seems very obvious to me that such "delegate call" > must exist. Maybe I'm overlooking something very basic here.
I think I had completely misunderstood what you wanted to do! I think what you want to do is interpose yourself as the delegate of the UIWebView's UIScrollView instance (accessible through the -scrollview property); that lets you track changes in scroll position, zoom level, etc. Is that what you meant? —Mt. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com