1

Make NSTabVIew like this

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

user1561904
  • 243
  • 3
  • 11
  • 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 Answers2

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
0

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

https://github.com/monyschuk/LITabControl

uem
  • 713
  • 1
  • 7
  • 18