jygao

Results 1 issues of jygao

iOS: ios peek is weak,pop is strong + (void) vibratePeek { AudioServicesPlaySystemSoundWithCompletion(1519, NULL); // Actuate `Peek` feedback (weak boom) } + (void) vibratePop { AudioServicesPlaySystemSoundWithCompletion(1520, NULL); // Actuate `Pop` feedback...