Hi all,
i knw this wat we use for vibration
#import <AudioToolbox/AudioToolbox.h>
AudioServicesPlaySystemSound (kSystemSoundID_Vibrate);
but how to stop vibrating? i mean i want a switch through with i want to activate or deactivate vibration.
HOw to do dat???
regards