Return to Snippet

Revision: 38794
at January 8, 2011 00:40 by croyfoo


Initial Code
[[scrollview documentView] scrollRectToVisible:
    CGRectMake(0, CGRectGetHeight([[scrollview documentView] bounds])-1, 1, 1)];

Initial URL
http://elii.info/2010/11/programmatically-scroll-a-cpscrollview-to-the-bottom/

Initial Description


Initial Title
Programmatically scroll a CPScrollView to the bottom

Initial Tags


Initial Language
Objective C