viewDidLoad
viewDidLoad
- Subject: viewDidLoad
- From: Casey McDermott <email@hidden>
- Date: Thu, 29 Nov 2018 03:28:53 +0000 (UTC)
We override viewDidLoad in a few view controller classes, and call [super
viewDidLoad]; in them.
Recompiling from OS 10.11 to OS 10.13 with a 10.13 deployment target gives a
new error:
"No visible @interface for 'NSViewController' declares the selector
'viewDidLoad'"
Apples online docs don't say anything about it being deprecated. Is it no
longer OK to call it?
It's still in the header file.
NSViewController is the primary suspect for the crashing problems we experience
after the move.
Thanks,
Casey McDermott
TurtleSoft.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden