Possible Duplicate:
viewDidLoad in NSViewController?
I started development on iOS apps and am now moving to Mac OS X apps. I was wondering if there's an equivalent method in Mac OS X that is like iOS's viewDidLoad to run code after a View Controller launches.
Thank you!