¡@

Home 

2014/10/15 ¤U¤È 10:15:54

iphone Programming Glossary: volumeinvocation

How to disable iOS System Sounds

http://stackoverflow.com/questions/6284402/how-to-disable-ios-system-sounds

performSelector @selector sharedAVSystemController NSString soundCategory @ Ringtone NSInvocation volumeInvocation NSInvocation invocationWithMethodSignature avSystemControllerClass instanceMethodSignatureForSelector @selector setVolumeTo.. avSystemControllerClass instanceMethodSignatureForSelector @selector setVolumeTo forCategory volumeInvocation setTarget avSystemControllerInstance volumeInvocation setSelector @selector setVolumeTo forCategory volumeInvocation setArgument.. @selector setVolumeTo forCategory volumeInvocation setTarget avSystemControllerInstance volumeInvocation setSelector @selector setVolumeTo forCategory volumeInvocation setArgument newVolumeLevel atIndex 2 volumeInvocation setArgument..