RetVal
RetVal

Reputation: 107

How to add something to the window title

I find an function such as Finder or something like that, when you right click on the finder title,the popup item will appear and you can chose something, how can I do this to get that function to my application by Xcode? thank you very much.

Upvotes: 0

Views: 141

Answers (1)

Kurt Revis
Kurt Revis

Reputation: 27994

Set the window's representedURL property, and optionally adjust the menu in the window delegate's window:shouldPopUpDocumentPathMenu:.

Upvotes: 3

Related Questions