Erik Berglund

Results 5 comments of Erik Berglund

It's just a one-liner to fix. Create the toolbar you want, then add this: `[[self window] setTitleVisibility:NSWindowTitleHidden];`

Atleast, that's how i do it in the profile app: ![screen shot 2016-03-03 at 09 11 16](https://cloud.githubusercontent.com/assets/1296345/13488184/f62a2f40-e11f-11e5-9d27-4cd07140db4b.png)

Just so I'm clear, it's effectively the same thing as doing it in code as you're settings titleVisibility but from Interface Builder: https://github.com/chrisgrande/munkiadmin/commit/00790220f8cae90c3b0c8127587a2e771382d39f#diff-4df3c56ce936d82de00142cd1d502254R258 ? Or have you done a custom...

Thank you for this, you are correct that the unsafe pointers should be deallocated. And your example makes it even better, so thank you for helping me with that.

Thank you! I will add them. I am intending to update and fix the formatting for this repo, it has been left unattended for some time now. It's time for...