Skip to content

Instantly share code, notes, and snippets.

@meeech
Created April 25, 2012 00:42
Show Gist options
  • Save meeech/2484939 to your computer and use it in GitHub Desktop.
Save meeech/2484939 to your computer and use it in GitHub Desktop.
-(void)setScrollsToTop_:(id)value
{
[[self tableView] setScrollsToTop:[TiUtils boolValue:value]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment