Hiding NSPanel through a timer in Cocoa
- by user307242
Hello,
I am new to Xcode and would like to know how to hide an NSPanel when a timer tick, I have tried to call
[myNSPanel orderout:self], the code runs but the panel is still there. Do I need to do something different? Thanks in advance.