Skip to content

Instantly share code, notes, and snippets.

@farcaller
Created May 16, 2012 11:42
Show Gist options
  • Save farcaller/2709744 to your computer and use it in GitHub Desktop.
Save farcaller/2709744 to your computer and use it in GitHub Desktop.
- (void) setMaximumClusterLevel:(NSUInteger)value
{
if ( value > 419430 )
minimumClusterLevel = 419430;
else
minimumClusterLevel = round(value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment