Search Results

0
votes
1answer
415 views

How to implement gradient button bar in Cocoa

Some Cocoa applications (for instance, Mail and Automator) have a special control usually in the bottom of their window: …
5
votes
2answers
89 views

How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?

I'd like to have the same behavior of special items as it's done in the Things application. I mean Logbook and Trash items in the bottom part of the Sidebar: …
0
votes

How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?

I've decided to hardcode the solution by adding 8 pixels of height for every root item in group style. So, the code looks like this: - (CGFloat)outlineView:(NSOutlineView *)ov heigh …