-1

I want to make a basic analog meter (like a speedometer) for iOS that I can reuse for audio and other functions.. Could someone give me some starter points? Frameworks, samples, open source, etc.

ICL1901
  • 7,632
  • 14
  • 90
  • 138
  • This is similar to: http://stackoverflow.com/a/5687349/1177191. Not analog, but maybe this concept will help. – tptcat Aug 19 '12 at 16:27
  • Thanks. I know how to hook up the audio part.. I'm trying to figure how to make the speedometer graphics :) – ICL1901 Aug 19 '12 at 16:37
  • I'm going to mark yours as the correct answer. It forced me to focus my thinking so that as soon as I looked for "Speedometer", I got this - which is perfect : http://www.mobisoftinfotech.com/blog/iphone/ios-tutorial-custom-speedometer-control/ – ICL1901 Aug 19 '12 at 16:56
  • So can you please write your comment as an answer so I can close this out. Thanks – ICL1901 Aug 19 '12 at 16:56
  • I've done that. Glad you're on the right track. – tptcat Aug 19 '12 at 16:58

1 Answers1

0

This is similar to: https://stackoverflow.com/a/5687349/1177191. Not analog, but maybe this concept will help.

Community
  • 1
  • 1
tptcat
  • 3,894
  • 2
  • 32
  • 51