I use IUWebView like chat window and after adding new message in the bottom of view I wanna scroll down view programmicaly, how can I do it?
+1
A:
Have you tried something like this:
[mywebview stringByEvaluatingJavaScriptFromString:@"window.scrollTo(x, y);"]
jarmod
2010-02-18 19:54:04
no, but maybe this will work tooPS: thanks for response
vinnitu
2010-02-19 12:03:01