osx - When can I access the data of my NSDocument during the initialization? -


i need instantiate properties content of saved document. since theses properties used interface, instantiate them before nib loaded.

at point of initialization can access data of loaded document ?

if possible, access not initfromurl method. indeed, when create document, create data. so, if possible, put instanciation @ 1 point, work both creation , opening of document.

so, there accessible point after initfromurl , initwithtype methods before windowcontrollerdidloadnib.

thanks !

easy !

-windowcontrollerwillloadnib 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -