Changing Window Title in Interface Builder

Posted by Zakman411 on Stack Overflow See other posts from Stack Overflow or by Zakman411
Published on 2011-01-17T10:28:25Z Indexed on 2011/01/17 10:53 UTC
Read the original article Hit count: 217

Hi all,

I'm new to Objective C and Cocoa - and I'm having a really hard time changing the title on one of my windows. Usually I would press the outside of the window, and then in Window Attributes Inspector there's the title area - however for this particular project it has a name in that box and when I run the application, the title bar still says untitled. Am I missing something? I haven't binded the title to a data source or anything.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa