IOS How to make beep sound

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

Comments

Popular posts from this blog

Install DNF in RHEL/CentOS 7

PostgreSQL - Numeric Function

IOS How to create movie from images