Custom NSTabView with lefttab

981 Views Asked by At

Make NSTabVIew like this

I want to make a NSTabView like CleanMyMac or other application.

2

There are 2 best solutions below

1
On

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.

0
On

Cocoa Controls is good idea. Maybe this is a nice starting point:

https://github.com/monyschuk/LITabControl