NSTabView with background color

前端 未结 3 1271
小鲜肉
小鲜肉 2021-01-03 09:11

As discussed elsewhere, NSTabView does not have a setBackgroundColor method and subclassing NSTabView and using an drawRect to control it does no longer work - as it does no

3条回答
  •  伪装坚强ぢ
    2021-01-03 09:35

    PSMTabBarControl is probably the best workaround for you. I have created several custom tab views, but cocoa does not play well with this control. PSMTabBarControl has been updated to support Xcode 4. https://github.com/ciaran/psmtabbarcontrol

提交回复
热议问题