Reply To: Repeats in NSLog

Home Forums OpenEars Repeats in NSLog Reply To: Repeats in NSLog

#1022172
ThatGuy
Participant

Ok, so I just put NSLog (@"%@", self.pocketsphinxController); in the viewDidLoad methods and they showed different instances <PocketsphinxController: 0x987f590> and <PocketsphinxController: 0x98a3ab0>. So how does one make them the same instance.