Window Title Justification OS 26 Tahoe

I am working on a Mac App that was developed with Objective C and Interface Builder. In earlier versions of Mac OS the window title was centered. Now in Tahoe it's left-justified. Is there some way to set this? There is no setting for this in Interface Builder and I can't see any way to do it programmatically by reading the developer documentation. Is this even possible?

Answered by Tlaloc in 870288022
New
Add bookmark
#7

I looked into this some more. This is cast in stone in Tahoe. In order to use special characters or justification in your window title you have to create a Title bar. This seems like a lot of hassle to do something that should be simple.

Accepted Answer
New
Add bookmark
#7

I looked into this some more. This is cast in stone in Tahoe. In order to use special characters or justification in your window title you have to create a Title bar. This seems like a lot of hassle to do something that should be simple.

I use an accessory view to create a file type popup menu in the save dialog to add file types by creating a .xib with the accessory view. I can't see how to do this with a TitleBar because there is no TitleBar in the catalog of UI items in Interface builder. Any suggestions?

Window Title Justification OS 26 Tahoe
 
 
Q