xcode - Implement Yosemite Reminders/Notes/Messages/Contacts style windows -


how create yosemite reminders/notes/messages/contacts style window? specifically, traffic lights on left pane of split view, while right pane takes whole space including title bar area. see attached screenshots.

remindersnotesmessagescontacts

this combination of 2 new nswindow options.

  1. include nsfullsizecontentviewwindowmask in window's stylemask make content view of window stretch behind title/toolbar.

  2. enable titlebarappearstransparent property disable rendering of translucent title/toolbar material content view shows in title/toolbar area without getting blurred.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -