IOS How to make beep sound

+ (void) beep {
    AudioServicesPlaySystemSound(1005);
}

Comments

Popular posts from this blog

Java : Variables Declaring

SQL Self JOIN