Search Results

0
votes
3answers
125 views

How to give title to NSPersistentDocument window

I have subclassed NSPersistentDocument. I have renamed the window too. But when I run the application I get the title of the application window as "Untitled". There is no -setTitle: me …