views:

429

answers:

1

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
no, but maybe this will work tooPS: thanks for response
vinnitu