Hi all,
I'm working on this iphone app that has a view controller to record some sound using AVAudioRecorder. I want to have another "setting" view controller that can change the record settings (recording format, quality etc.). Is there a way to create a singleton object for AVAudioRecorder(something like [AVAudioRecorder sharedInstance]) so that I can refer to the same recorder object in another view controller?