How to create a circular knob when user swipes it should rotate that much.
It should rotate on touch.
Its like a radio tuner.
what should be the right approach doing this?
Can any body please guide on the right path.
How to create a circular knob when user swipes it should rotate that much.
It should rotate on touch.
Its like a radio tuner.
what should be the right approach doing this?
Can any body please guide on the right path.
It seems like the easiest way to accomplish this would be to use the UISlider. No?
See: Change iPhone UISlider bar image or Customizing UISlider look
Otherwise you could do an image animation on the button, as in this example: http://iosdevelopertips.com/graphics/animated-gif-animated-images-iphone-style.html