Inherits from NSSplitView
Declared in INDockableSplitView.h
INDockableSplitView.m

Overview

NSSplitView subclass that adds some options for easy customization.

Tasks

Properties

dividerColor

Color of the split view dividers.

@property (nonatomic, strong) NSColor *dividerColor

Declared In

INDockableSplitView.h

dividerDrawingBlock

Drawing block to draw your own custom dividers.

@property (nonatomic, copy) void ( ^ ) ( NSRect rect ) dividerDrawingBlock

Declared In

INDockableSplitView.h

dividerThickness

Width of the split view dividers. Default is 1px.

@property (nonatomic, assign) CGFloat dividerThickness

Declared In

INDockableSplitView.h