I want to make a NSTabView like CleanMyMac or other application.
Asked
Active
Viewed 965 times
1
-
I don't think you are looking at NSTabview, but more likely a source list, which is view based NSOutlineView. – Cory Jan 23 '14 at 23:14
-
@Cory What about the Tweetbot macOS app? That appears to be using a NSTabBarViewController with a custom NSTabView?? – Supertecnoboff May 30 '17 at 11:01
2 Answers
0
Never tried to customize NSOutlineView
or NSTableView
that heavily but I doubt it would get close enough to the custom (read: non-standard) behaviour you're looking for..
You can check for third party, Open Source controls that implement something similar. There are a couple of controls listed on Cocoa Controls that come pretty close.

Jay
- 6,572
- 3
- 37
- 65