Skip to content

Instantly share code, notes, and snippets.

@Nub
Created November 27, 2011 21:21
Show Gist options
  • Select an option

  • Save Nub/1398169 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1398169 to your computer and use it in GitHub Desktop.
[finiteNeedle applyTransform:CGAffineTransformMakeTranslation(finiteNeedleX, kYRFramePadding-0.5f)];
[finiteNeedle stroke];
[finiteNeedle fill];
[finiteNeedle applyTransform:CGAffineTransformMakeTranslation(-1.f * finiteNeedleX,-1.f * kYRFramePadding-0.5f)];
[freqNeedle applyTransform:CGAffineTransformMakeTranslation(freqNeedleX,size.height - (kYRFramePadding-0.5f))];
[freqNeedle stroke];
[freqNeedle fill];
[freqNeedle applyTransform:CGAffineTransformMakeTranslation(-1.f * freqNeedleX,-1.f * size.height - (kYRFramePadding-0.5f))];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment