Classes

The following classes are available globally.

  • The JSQSystemSoundPlayer class enables you to play sound effects, alert sounds, or other short sounds. It lazily loads and caches all SystemSoundID objects and purges them upon receiving the UIApplicationDidReceiveMemoryWarningNotification notification.

    See more

    Declaration

    Objective-C

    @interface JSQSystemSoundPlayer : NSObject

    Swift

    class JSQSystemSoundPlayer : NSObject