/ Published in: Objective C
URL: http://elii.info/2010/11/programmatically-scroll-a-cpscrollview-to-the-bottom/
Expand |
Embed | Plain Text
[[scrollview documentView] scrollRectToVisible: CGRectMake(0, CGRectGetHeight([[scrollview documentView] bounds])-1, 1, 1)];
You need to login to post a comment.
