Re: Properties being set to nil?
Dave
Hi,
toggle quoted messageShow quoted text
This is the only place the View Controller is instantiated. One thing I’ve notice is that if I set a breakpoint in ViewDidLoad and print self: < LTWMacGameViewController: 0x600003500840> and then again in setGameControlDelegate <LTWMacGameViewController: 0x6000035082c0> The addresses are different, so it looks like the View Controller returned by instantiateControllerWithIdentifier is different to the one actually instantiated? Cheers Dave
|
|