Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create sidebar in mac app with sections

I want to create a sidebar in one of my mac applications. Basically it will look much like the Things sidebar.

Here is the picture that I basically want to recreate:

screenshot

I can't figure out how to show the "sections" (collect, focus and active projects) and how to have certain items always show up (inbox, today, next, etc...) and finally I would really appreciate if someone would explain how to make the active projects section, with the triangle.

Also I need the active projects section to load from an entity in core data.

I would also really appreciate if you could post an example.

like image 258
Bob Avatar asked Jun 26 '10 05:06

Bob


1 Answers

Apple's "SourceView" sample should be helpful with this:

Apple Example

like image 68
JWWalker Avatar answered Oct 17 '22 01:10

JWWalker