I'd like to play button tap sound from various UIButton instances.
I'm planning to create a singleton to hold "SystemSoundID" of sound files that will be shared across many buttons.
Will this work? (SystemSoundID won't change during app's lifetime?)
Is there a other recommended way of doing this?
Thank you
