Hello
2 Questions about modifient the title bar in Xcode :
- Is it possible to add an image in the title bar of the window
- Can i change the size and also make it bold
Also, if i hide the title bar, i can’t move it anymore when in use. Why ?
Thanks
Hello
2 Questions about modifient the title bar in Xcode :
Also, if i hide the title bar, i can’t move it anymore when in use. Why ?
Thanks
Not unless it represents a file, in which case an icon can be used.
No. The whole idea is that items should look and behave consistently.
You need to set the movableByWindowBackground property to true.
Hi Shane
One more time, thanks for your Help !
It will have to be in code. Have a look at standardWindowButton: – that might give you a reference to the button with the image, and if so you can try changing the image.
Every time you create a new window.